[Pkg-xfce-commits] r5818 - in desktop/trunk/xfce4-panel/debian: . patches
Lionel Le Folgoc
mrpouit-guest at alioth.debian.org
Sun Jun 19 10:35:28 UTC 2011
Author: mrpouit-guest
Date: 2011-06-19 22:35:28 +0000 (Sun, 19 Jun 2011)
New Revision: 5818
Removed:
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:
* New upstream bugfix release.
* debian/patches:
- 02_fix-arrow-spacing-vertical-panel.patch: dropped, included upstream.
- series: refreshed.
Modified: desktop/trunk/xfce4-panel/debian/changelog
===================================================================
--- desktop/trunk/xfce4-panel/debian/changelog 2011-06-19 15:33:40 UTC (rev 5817)
+++ desktop/trunk/xfce4-panel/debian/changelog 2011-06-19 22:35:28 UTC (rev 5818)
@@ -1,3 +1,12 @@
+xfce4-panel (4.8.4-1) UNRELEASED; urgency=low
+
+ * New upstream bugfix release.
+ * debian/patches:
+ - 02_fix-arrow-spacing-vertical-panel.patch: dropped, included upstream.
+ - series: refreshed.
+
+ -- Lionel Le Folgoc <mrpouit at gmail.com> Mon, 20 Jun 2011 00:34:22 +0200
+
xfce4-panel (4.8.3-3) unstable; urgency=low
* debian/patches:
Deleted: 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 2011-06-19 15:33:40 UTC (rev 5817)
+++ desktop/trunk/xfce4-panel/debian/patches/02_fix-arrow-spacing-vertical-panel.patch 2011-06-19 22:35:28 UTC (rev 5818)
@@ -1,13 +0,0 @@
-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-06-19 15:33:40 UTC (rev 5817)
+++ desktop/trunk/xfce4-panel/debian/patches/series 2011-06-19 22:35:28 UTC (rev 5818)
@@ -1,2 +1 @@
01_fix-transparency-migration.patch
-02_fix-arrow-spacing-vertical-panel.patch
More information about the Pkg-xfce-commits
mailing list