[Rhythmbox-devel] [patch] remove fix for volume



Hi,

It appears that somewhere along the line, controlling the volume with
the remote got broken.  The attached very simple patch fixes it.

Thanks,
James


? help
? rhythmbox.spec
? rhythmbox_jwillcox_volume_fix.diff
? lib/rb-marshal.c
? lib/rb-marshal.h
? lib/toolbar/Makefile
? lib/toolbar/Makefile.in
Index: shell/rb-shell.c
===================================================================
RCS file: /cvs/gnome/rhythmbox/shell/rb-shell.c,v
retrieving revision 1.80
diff -u -r1.80 rb-shell.c
--- shell/rb-shell.c	27 Oct 2002 17:08:49 -0000	1.80
+++ shell/rb-shell.c	27 Oct 2002 21:29:53 -0000
@@ -553,7 +553,7 @@
 {
         if (shell->priv->toolbar != NULL)
         {
-                setup_volume_control (shell->priv->toolbar);
+                shell->priv->volume = setup_volume_control (shell->priv->toolbar);
         }
 }
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]