rhythmbox r5806 - in trunk: . shell



Author: jmatthew
Date: Wed Jul  9 10:53:20 2008
New Revision: 5806
URL: http://svn.gnome.org/viewvc/rhythmbox?rev=5806&view=rev

Log:
2008-07-09  Jonathan Matthew  <jonathan d14n org>

	patch by:  Dereck Wonnacott  <dereck gmail com>

	* shell/rb-tray-icon.c: (rb_tray_icon_scroll_event_cb):
	Make the volume adjustment performed when scrolling over the tray icon
	the same as that of the volume control button.  Fixes #454951.


Modified:
   trunk/ChangeLog
   trunk/shell/rb-tray-icon.c

Modified: trunk/shell/rb-tray-icon.c
==============================================================================
--- trunk/shell/rb-tray-icon.c	(original)
+++ trunk/shell/rb-tray-icon.c	Wed Jul  9 10:53:20 2008
@@ -552,10 +552,10 @@
 
 	switch (event->scroll.direction) {
 	case GDK_SCROLL_UP:
-		adjust = 0.1;
+		adjust = 0.02;
 		break;
 	case GDK_SCROLL_DOWN:
-		adjust = -0.1;
+		adjust = -0.02;
 		break;
 	default:
 		return;



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