[Pkg-xfce-commits] r5033 - in desktop/branches/experimental/xfce4-mixer/debian: . patches
Yves-Alexis Perez
corsac at alioth.debian.org
Fri Feb 25 08:51:08 UTC 2011
Author: corsac
Date: 2011-02-25 20:51:02 +0000 (Fri, 25 Feb 2011)
New Revision: 5033
Removed:
desktop/branches/experimental/xfce4-mixer/debian/patches/01_fix-volume-90%.patch
Modified:
desktop/branches/experimental/xfce4-mixer/debian/changelog
desktop/branches/experimental/xfce4-mixer/debian/patches/series
Log:
* debian/patches:
- 01_fix-volume-90% dropped, included upstream.
Modified: desktop/branches/experimental/xfce4-mixer/debian/changelog
===================================================================
--- desktop/branches/experimental/xfce4-mixer/debian/changelog 2011-02-25 20:48:28 UTC (rev 5032)
+++ desktop/branches/experimental/xfce4-mixer/debian/changelog 2011-02-25 20:51:02 UTC (rev 5033)
@@ -16,8 +16,10 @@
- update standards version to 3.9.1
- update debhelper build-dep to 7.0.50~ because of overrides.
- add build-dep on hardening-includes.
+ * debian/patches:
+ - 01_fix-volume-90% dropped, included upstream.
- -- Yves-Alexis Perez <corsac at debian.org> Fri, 25 Feb 2011 21:47:07 +0100
+ -- Yves-Alexis Perez <corsac at debian.org> Fri, 25 Feb 2011 21:50:43 +0100
xfce4-mixer (4.6.1-2) unstable; urgency=low
Deleted: desktop/branches/experimental/xfce4-mixer/debian/patches/01_fix-volume-90bogus %ptch
===================================================================
--- desktop/branches/experimental/xfce4-mixer/debian/patches/01_fix-volume-90%.patch 2011-02-25 20:48:28 UTC (rev 5032)
+++ desktop/branches/experimental/xfce4-mixer/debian/patches/01_fix-volume-90%.patch 2011-02-25 20:51:02 UTC (rev 5033)
@@ -1,27 +0,0 @@
-commit 3fc55dd176d11a4fd63e8cd59e0fff578d7362cc
-Author: jannis <jannis at a0aa69c2-05f4-0310-b83c-d5d913b14636>
-Date: Thu May 28 14:41:40 2009 +0000
-
- * panel-plugin/xfce-volume-button.c: Set the page size to 0 which
- allows the volume to be changed up to 100% instead of just 90% (bug
- #5243).
-
- Conflicts:
-
- ChangeLog
-
- git-svn-id: http://svn.xfce.org/svn/xfce/xfce4-mixer/trunk@29986 a0aa69c2-05f4-0310-b83c-d5d913b14636
-
-diff --git a/panel-plugin/xfce-volume-button.c b/panel-plugin/xfce-volume-button.c
-index 1b8b8c1..82a7129 100644
---- a/panel-plugin/xfce-volume-button.c
-+++ b/panel-plugin/xfce-volume-button.c
-@@ -202,7 +202,7 @@ xfce_volume_button_init (XfceVolumeButton *button)
- button->pixbufs = g_new0 (GdkPixbuf*, G_N_ELEMENTS (icons)-1);
-
- /* Create adjustment for the button (from 0.0 to 1.0 in 5% steps) */
-- button->adjustment = gtk_adjustment_new (0.0, 0.0, 1.0, 0.05, 0.05, 0.1);
-+ button->adjustment = gtk_adjustment_new (0.0, 0.0, 1.0, 0.05, 0.05, 0.0);
-
- /* Create a new scaled image for the button icon */
- button->image = xfce_scaled_image_new ();
Modified: desktop/branches/experimental/xfce4-mixer/debian/patches/series
===================================================================
--- desktop/branches/experimental/xfce4-mixer/debian/patches/series 2011-02-25 20:48:28 UTC (rev 5032)
+++ desktop/branches/experimental/xfce4-mixer/debian/patches/series 2011-02-25 20:51:02 UTC (rev 5033)
@@ -1 +0,0 @@
-01_fix-volume-90%.patch
More information about the Pkg-xfce-commits
mailing list