GNOME Bugzilla – Bug 632733
volumeIndicator: Add mousewheel support
Last modified: 2010-10-20 20:06:27 UTC
I (and I suppose many others) have the habit to adjust the volume using the mousewheel so restore that feature as there is no real reason to remove it.
Created attachment 172871 [details] [review] volumeIndicator: Add mousewheel support Allow changing the volume by moving the mousewheel over the volume indicator to restore the old gnome-volume-control-applet behaviour.
Review of attachment 172871 [details] [review]: ::: js/ui/status/volume.js @@ +83,3 @@ + this['_output'].push_volume(); + } + }, Why this['_output'] and not this._output? The latter is faster in a JIT implementation
Created attachment 172875 [details] [review] volumeIndicator: Add mousewheel support Allow changing the volume by moving the mousewheel over the volume indicato to restore the old gnome-volume-control-applet behaviour. --- Fix typo pointed out by Florian.
(In reply to comment #2) > Review of attachment 172871 [details] [review]: > > ::: js/ui/status/volume.js > @@ +83,3 @@ > + this['_output'].push_volume(); > + } > + }, > > Why this['_output'] and not this._output? > The latter is faster in a JIT implementation No specific reason ...
Created attachment 172876 [details] [review] volumeIndicator: Add mousewheel support Use this._output rather than this.['_output']
Review of attachment 172876 [details] [review]: Looks good to me, but you should wait for an official maintainer to get the green light
Attachment 172876 [details] pushed as 10e59c0 - volumeIndicator: Add mousewheel support