r15646 - in /desktop/unstable/gnome-media/debian: changelog patches/02_restore-mixer-track-type.patch

samm-guest at users.alioth.debian.org samm-guest at users.alioth.debian.org
Tue Apr 15 00:37:35 UTC 2008


Author: samm-guest
Date: Tue Apr 15 00:37:34 2008
New Revision: 15646

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=15646
Log:
Add 02_restore-mixer-track-type.patch to restore the display of the type
of each track in the volume control preferences. 

Added:
    desktop/unstable/gnome-media/debian/patches/02_restore-mixer-track-type.patch
Modified:
    desktop/unstable/gnome-media/debian/changelog

Modified: desktop/unstable/gnome-media/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-media/debian/changelog?rev=15646&op=diff
==============================================================================
--- desktop/unstable/gnome-media/debian/changelog (original)
+++ desktop/unstable/gnome-media/debian/changelog Tue Apr 15 00:37:34 2008
@@ -1,3 +1,10 @@
+gnome-media (2.22.0-2) UNRELEASED; urgency=low
+
+  * Add 02_restore-mixer-track-type.patch to restore the display of the type
+    of each track in the volume control preferences. 
+
+ -- Sam Morris <sam at robots.org.uk>  Tue, 15 Apr 2008 01:23:28 +0100
+
 gnome-media (2.22.0-1) unstable; urgency=low
 
   [ Loic Minier ]

Added: desktop/unstable/gnome-media/debian/patches/02_restore-mixer-track-type.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-media/debian/patches/02_restore-mixer-track-type.patch?rev=15646&op=file
==============================================================================
--- desktop/unstable/gnome-media/debian/patches/02_restore-mixer-track-type.patch (added)
+++ desktop/unstable/gnome-media/debian/patches/02_restore-mixer-track-type.patch Tue Apr 15 00:37:34 2008
@@ -1,0 +1,11 @@
+Taken from http://bugzilla.gnome.org/show_bug.cgi?id=528064
+--- a/gst-mixer/src/preferences.c	(revision 3834)
++++ b/gst-mixer/src/preferences.c	(working copy)
+@@ -313,6 +313,7 @@ 
+ 			COL_ACTIVE, active,
+ 			COL_LABEL, track->label,
+ 			COL_TRACK, track,
++			COL_TYPE, get_page_description (get_page_num (track)),
+ 			-1);
+   }
+ }




More information about the pkg-gnome-commits mailing list