[Pkg-utopia-commits] r1725 - in /packages/unstable/network-manager-applet/debian: changelog patches/30-connection_info_hide_on_delete_event.patch

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Wed Sep 19 20:51:58 UTC 2007


Author: biebl
Date: Wed Sep 19 20:51:58 2007
New Revision: 1725

URL: http://svn.debian.org/wsvn/pkg-utopia/?sc=1&rev=1725
Log:
* debian/patches/30-connection_info_hide_on_delete_event.patch
  - Patch from Ubuntu. Hide connection info dialog on delete-event. 
    (Closes: #406073)
  - debian/network-manager-gnome.manpages

Added:
    packages/unstable/network-manager-applet/debian/patches/30-connection_info_hide_on_delete_event.patch
Modified:
    packages/unstable/network-manager-applet/debian/changelog

Modified: packages/unstable/network-manager-applet/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/network-manager-applet/debian/changelog?rev=1725&op=diff
==============================================================================
--- packages/unstable/network-manager-applet/debian/changelog (original)
+++ packages/unstable/network-manager-applet/debian/changelog Wed Sep 19 20:51:58 2007
@@ -1,15 +1,17 @@
-network-manager-applet (0.6.5-2) UNRELEASED; urgency=low
+network-manager-applet (0.6.5-2) unstable; urgency=low
 
-  * NOT RELEASED YET
+  * debian/patches/30-connection_info_hide_on_delete_event.patch
+    - Patch from Ubuntu. Hide connection info dialog on delete-event. 
+      (Closes: #406073)
 
- -- Michael Biebl <biebl at debian.org>  Mon, 27 Aug 2007 16:07:37 +0200
+ -- Michael Biebl <biebl at debian.org>  Wed, 19 Sep 2007 22:34:18 +0200
 
 network-manager-applet (0.6.5-1) unstable; urgency=low
 
   * Initial release after the package split.
   * Imported files from previous network-manager source package
     - debian/nm-applet.sgml
-    - debian/network-manager-applet.manpages
+    - debian/network-manager-gnome.manpages
     - debian/network-manager-gnome.README.Debian
     - debian/patches/01-dbus_access_nm_applet.patch
     - debian/patches/10-po_fr.patch

Added: packages/unstable/network-manager-applet/debian/patches/30-connection_info_hide_on_delete_event.patch
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/network-manager-applet/debian/patches/30-connection_info_hide_on_delete_event.patch?rev=1725&op=file
==============================================================================
--- packages/unstable/network-manager-applet/debian/patches/30-connection_info_hide_on_delete_event.patch (added)
+++ packages/unstable/network-manager-applet/debian/patches/30-connection_info_hide_on_delete_event.patch Wed Sep 19 20:51:58 2007
@@ -1,0 +1,14 @@
+diff -Nur network-manager-applet-0.6.5/src/applet.c network-manager-applet-0.6.5.new/src/applet.c
+--- network-manager-applet-0.6.5/src/applet.c	2007-09-18 15:41:43.000000000 +0200
++++ network-manager-applet-0.6.5.new/src/applet.c	2007-09-18 15:41:57.000000000 +0200
+@@ -281,8 +281,9 @@
+ 
+ 	if (nma_update_info (applet))
+ 	{
+-		gtk_window_present (GTK_WINDOW (info_dialog));
++		g_signal_connect(info_dialog, "delete-event", gtk_widget_hide_on_delete, info_dialog);
+ 		g_signal_connect_swapped (info_dialog, "response", G_CALLBACK (gtk_widget_hide), info_dialog);
++		gtk_window_present (GTK_WINDOW (info_dialog));
+ 	}
+ }
+ 




More information about the Pkg-utopia-commits mailing list