GNOME Bugzilla – Bug 640963
Simplify button handling
Last modified: 2011-03-14 15:48:39 UTC
As requested on #637569, submitting the simplification part of my bugfix as a seperate (updated) patch.
Created attachment 179646 [details] [review] proposed patch
Review of attachment 179646 [details] [review]: ::: plugins/media-keys/gsd-media-keys-manager.c @@ +646,3 @@ /* FIXME: this is racy */ + new_vol = old_vol = gvc_mixer_stream_get_volume (manager->priv->stream); + new_vol = old_muted = gvc_mixer_stream_get_is_muted (manager->priv->stream); Huh, bug here.
And it doesn't apply any more.
commit 28e177c44438e77bc280a007e362999bef633566 Author: Sjoerd Simons <sjoerd@luon.net> Date: Mon Mar 14 15:48:01 2011 +0000 media-keys: Simplify volume keys handling https://bugzilla.gnome.org/show_bug.cgi?id=640963