GNOME Bugzilla – Bug 684611
volume: Fix initial visibility of input
Last modified: 2012-09-25 11:00:23 UTC
See patch.
Created attachment 224970 [details] [review] volume: Fix initial visibility of input Currently the visibility of input volume is only updated when a stream is added/removed - apparently no one noticed until now, as in the normal user session we get away with this as long as we have some startup sound, but this is not the case in the lock screen, so we may end up showing input volume incorrectly.
Review of attachment 224970 [details] [review]: I don't know this code at all, but a cursory inspection makes it feel to me like changing VolumeMenu._init() to just call _onControlStateChanged(), and then doing this call inside there would be better?
Created attachment 224972 [details] [review] volume: Fix initial visibility of input Fine by me ...
Review of attachment 224972 [details] [review]: This looks cleaner to me.
Freeze break approval 1 for the release team, from me
r-t approval 2 of 2. Please commit.
Attachment 224972 [details] pushed as 908bf3b - volume: Fix initial visibility of input