[Pkg-xfce-commits] r1433 - in desktop/trunk/xfdesktop4/debian: . patches

corsac-guest at alioth.debian.org corsac-guest at alioth.debian.org
Sat Nov 24 11:13:50 UTC 2007


Author: corsac-guest
Date: 2007-11-24 11:13:50 +0000 (Sat, 24 Nov 2007)
New Revision: 1433

Added:
   desktop/trunk/xfdesktop4/debian/patches/02_fix-icon-size.patch
Modified:
   desktop/trunk/xfdesktop4/debian/changelog
   desktop/trunk/xfdesktop4/debian/patches/series
Log:
revert a patch from upstream to fix wrong icon sixe in submenus


Modified: desktop/trunk/xfdesktop4/debian/changelog
===================================================================
--- desktop/trunk/xfdesktop4/debian/changelog	2007-11-23 13:58:50 UTC (rev 1432)
+++ desktop/trunk/xfdesktop4/debian/changelog	2007-11-24 11:13:50 UTC (rev 1433)
@@ -6,13 +6,15 @@
   * use exo-open to run terminal from menu so we respect user choice.
   * debian/xfdesktop4.postinst: use posix kill -s to avoid problems on hurd.
   * debian/rules: don't ignore all make errors at clean stage.
+  * debian/patches:
+    - 02_fix-icon-size.patch added, correct wrong icon size in menus.
 
   [ Simon Huggins ]
   * debian/prerm: Use kill -s to keep Hurd and lintian happy at the same time.
   * debian/control: Move fake Homepage field to a real one now dpkg
     supports it.
 
- -- Yves-Alexis Perez <corsac at corsac.net>  Mon, 19 Nov 2007 00:01:01 +0100
+ -- Yves-Alexis Perez <corsac at corsac.net>  Sat, 24 Nov 2007 11:55:12 +0100
 
 xfdesktop4 (4.4.1-5) unstable; urgency=low
 

Added: desktop/trunk/xfdesktop4/debian/patches/02_fix-icon-size.patch
===================================================================
--- desktop/trunk/xfdesktop4/debian/patches/02_fix-icon-size.patch	                        (rev 0)
+++ desktop/trunk/xfdesktop4/debian/patches/02_fix-icon-size.patch	2007-11-24 11:13:50 UTC (rev 1433)
@@ -0,0 +1,10 @@
+--- xfdesktop-4.4.2/modules/menu/desktop-menu.c	2007-11-17 20:31:43.000000000 +0100
++++ xfdesktop-4.4.1/modules/menu/desktop-menu.c	2007-01-25 21:53:29.000000000 +0100
+@@ -426,6 +426,7 @@
+     
+     gtk_icon_size_lookup(GTK_ICON_SIZE_MENU, &w, &h);
+     _xfce_desktop_menu_icon_size = w;
++    xfce_app_menu_item_set_icon_size(_xfce_desktop_menu_icon_size);
+     
+     if(dummy_icon)
+         g_object_unref(G_OBJECT(dummy_icon));

Modified: desktop/trunk/xfdesktop4/debian/patches/series
===================================================================
--- desktop/trunk/xfdesktop4/debian/patches/series	2007-11-23 13:58:50 UTC (rev 1432)
+++ desktop/trunk/xfdesktop4/debian/patches/series	2007-11-24 11:13:50 UTC (rev 1433)
@@ -1 +1,2 @@
 01_show-backdrop-by-default.patch
+02_fix-icon-size.patch




More information about the Pkg-xfce-commits mailing list