2005-01-05 Balamurali Viswanathan <[email protected]>
authorbviswa
Wed, 05 Jan 2005 07:30:25 +0000
changeset 4804 093b40c3b9b5
parent 4803 c4d115290190
child 4805 88c615df151f
2005-01-05 Balamurali Viswanathan <[email protected]> * gnome-media.spec: Update * gnome-media-20-enable-pause.diff: Patch to set the sensitivity of previous button correctly. Fixes bug #5053909. Patch taken from HEAD
ChangeLog
gnome-media.spec
patches/gnome-media-20-enable-pause.diff
--- a/ChangeLog	Tue Jan 04 14:45:44 2005 +0000
+++ b/ChangeLog	Wed Jan 05 07:30:25 2005 +0000
@@ -1,3 +1,9 @@
+2005-01-05  Balamurali Viswanathan  <[email protected]>
+
+	* gnome-media.spec: Update
+	* gnome-media-20-enable-pause.diff: Patch to set the sensitivity of
+	previous button correctly. Fixes bug #5053909. Patch taken from HEAD
+
 2005-01-04  Ghee Teo <[email protected]>
 
 	* Fixes 6211758 to refer to gnomemeeting own serieid rather than 
--- a/gnome-media.spec	Tue Jan 04 14:45:44 2005 +0000
+++ b/gnome-media.spec	Wed Jan 05 07:30:25 2005 +0000
@@ -2,7 +2,7 @@
 Summary:      GNOME Multimedia
 Group:        System/GUI/GNOME
 Version:      2.6.1
-Release:      39
+Release:      40
 Distribution: Cinnabar
 Vendor:       Sun Microsystems, Inc.
 License:      GPL
@@ -38,6 +38,7 @@
 Patch17:      gnome-media-17-g11n-potfiles.diff
 Patch18:      gnome-media-18-prompt-on-overwrite.diff
 Patch19:      gnome-media-19-stop-on-quit.diff
+Patch20:      gnome-media-20-enable-pause.diff
 
 URL:          http://www.gnome.org
 BuildRoot:    %{_tmppath}/%{name}-%{version}-build
@@ -87,6 +88,7 @@
 %patch17 -p1
 %patch18 -p1
 %patch19 -p1
+%patch20 -p1
 
 bzcat %SOURCE1 | tar xf -
 bzcat %SOURCE2 | tar xf -
@@ -229,6 +231,10 @@
 %{_mandir}/man5/*
 
 %changelog
+* Wed Jan 05 2005 - [email protected]
+- Add patch gnome-media-20-enable-pause.diff to set the sensitivity of previous
+  button correctly.  Solves bug #5053909
+
 * Wed Dec 22 2004 - [email protected]
 - Add patch gnome-media-19-stop-on-quit.diff to stop playing when gnome-cd quits
   Solves bug #6210011
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/patches/gnome-media-20-enable-pause.diff	Wed Jan 05 07:30:25 2005 +0000
@@ -0,0 +1,11 @@
+--- gnome-media-2.6.1/gnome-cd/callbacks.c	2005-01-05 12:09:26.735579704 +0530
++++ gnome-media-2.6.1-new/gnome-cd/callbacks.c	2005-01-05 12:09:58.018823928 +0530
+@@ -717,7 +717,7 @@ cd_status_changed_cb (GnomeCDRom *cdrom,
+                if (status->track <= 1 && (status->audio == GNOME_CDROM_AUDIO_STOP || status->audio == GNOME_CDROM_AUDIO_COMPLETE))
+                        gtk_widget_set_sensitive (gcd->back_b, FALSE);
+ 		else
+-                       gtk_widget_set_sensitive (gcd->back_b, FALSE);
++                       gtk_widget_set_sensitive (gcd->back_b, TRUE);
+ 		if (cdrom->cdda != NULL) {
+ 			gtk_widget_set_sensitive (gcd->ffwd_b, FALSE);
+ 			gtk_widget_set_sensitive (gcd->rewind_b, FALSE);