[Pkg-xfce-commits] r1723 - desktop/trunk/xfdesktop4/debian/patches

corsac at alioth.debian.org corsac at alioth.debian.org
Sat Mar 1 13:21:21 UTC 2008


Author: corsac
Date: 2008-03-01 13:21:20 +0000 (Sat, 01 Mar 2008)
New Revision: 1723

Added:
   desktop/trunk/xfdesktop4/debian/patches/04_fix-CRITICAL-register-message-startup.patch
Log:
better if the patch is really added


Added: desktop/trunk/xfdesktop4/debian/patches/04_fix-CRITICAL-register-message-startup.patch
===================================================================
--- desktop/trunk/xfdesktop4/debian/patches/04_fix-CRITICAL-register-message-startup.patch	                        (rev 0)
+++ desktop/trunk/xfdesktop4/debian/patches/04_fix-CRITICAL-register-message-startup.patch	2008-03-01 13:21:20 UTC (rev 1723)
@@ -0,0 +1,15 @@
+Index: xfdesktop/branches/xfce_4_4/src/main.c
+===================================================================
+--- xfdesktop/branches/xfce_4_4/src/main.c	(revision 26631)
++++ xfdesktop/branches/xfce_4_4/src/main.c	(revision 26632)
+@@ -382,8 +382,8 @@
+     windowlist_set_show_icons(desktop_gtk_menu_images);
+     
+     if(mcs_client) {
+-        settings_register_callback(menu_settings_changed, NULL);
+-        settings_register_callback(windowlist_settings_changed, NULL);
++        settings_register_callback(menu_settings_changed, desktops[0]);
++        settings_register_callback(windowlist_settings_changed, desktops[0]);
+     }
+     
+     signal(SIGHUP, sighandler_cb);




More information about the Pkg-xfce-commits mailing list