[Pkg-xfce-commits] r5727 - in desktop/trunk/xfce4-panel/debian: . patches

Yves-Alexis Perez corsac at alioth.debian.org
Fri May 6 07:59:06 UTC 2011


Author: corsac
Date: 2011-05-06 07:59:05 +0000 (Fri, 06 May 2011)
New Revision: 5727

Added:
   desktop/trunk/xfce4-panel/debian/patches/02_fix-arrow-spacing-vertical-panel.patch
Modified:
   desktop/trunk/xfce4-panel/debian/changelog
   desktop/trunk/xfce4-panel/debian/patches/series
Log:
* debian/patches:
  - 02_fix-arrow-spacing-vertical-panel added, fix spacing between launchers
    on vertical panels with side arrows.                      closes: #625794

Modified: desktop/trunk/xfce4-panel/debian/changelog
===================================================================
--- desktop/trunk/xfce4-panel/debian/changelog	2011-04-30 10:56:03 UTC (rev 5726)
+++ desktop/trunk/xfce4-panel/debian/changelog	2011-05-06 07:59:05 UTC (rev 5727)
@@ -1,3 +1,11 @@
+xfce4-panel (4.8.3-3) UNRELEASED; urgency=low
+
+  * debian/patches:
+    - 02_fix-arrow-spacing-vertical-panel added, fix spacing between launchers
+      on vertical panels with side arrows.                      closes: #625794
+
+ -- Yves-Alexis Perez <corsac at debian.org>  Fri, 06 May 2011 09:58:19 +0200
+
 xfce4-panel (4.8.3-2) unstable; urgency=low
 
   * debian/patches:

Added: desktop/trunk/xfce4-panel/debian/patches/02_fix-arrow-spacing-vertical-panel.patch
===================================================================
--- desktop/trunk/xfce4-panel/debian/patches/02_fix-arrow-spacing-vertical-panel.patch	                        (rev 0)
+++ desktop/trunk/xfce4-panel/debian/patches/02_fix-arrow-spacing-vertical-panel.patch	2011-05-06 07:59:05 UTC (rev 5727)
@@ -0,0 +1,13 @@
+diff --git a/plugins/launcher/launcher.c b/plugins/launcher/launcher.c
+index 9ba3b4e..46d2dd0 100644
+--- a/plugins/launcher/launcher.c
++++ b/plugins/launcher/launcher.c
+@@ -1275,7 +1275,7 @@ launcher_plugin_size_changed (XfcePanelPlugin *panel_plugin,
+           if (horizontal)
+             p_width += ARROW_BUTTON_SIZE;
+           else
+-            p_height += ARROW_BUTTON_SIZE;
++            p_height -= ARROW_BUTTON_SIZE;
+           break;
+         }
+ 

Modified: desktop/trunk/xfce4-panel/debian/patches/series
===================================================================
--- desktop/trunk/xfce4-panel/debian/patches/series	2011-04-30 10:56:03 UTC (rev 5726)
+++ desktop/trunk/xfce4-panel/debian/patches/series	2011-05-06 07:59:05 UTC (rev 5727)
@@ -1 +1,2 @@
 01_fix-transparency-migration.patch
+02_fix-arrow-spacing-vertical-panel.patch




More information about the Pkg-xfce-commits mailing list