GNOME Bugzilla – Bug 536564
Notification popup and paused state
Last modified: 2008-06-04 15:45:32 UTC
A recent change seems to have regressed the display of paused tracks in the tray notification popup. Play a song and pause it, then have a look at the popup. The slider will be drawn at 0% no matter what and the time just says "Idl".
Created attachment 112111 [details] Screesnhot
Thanks so much Michael! -- 2008-06-04 Aaron Bockover <abock@gnome.org> * src/Core/Banshee.ThickClient/Banshee.Gui.Widgets/ConnectedSeekSlider.cs: When the widget is created and the engine is in the paused state, synthesize an engine iterate event so the correct state is reflected in the slider and label (BGO #536564) * src/Core/Banshee.Widgets/Banshee.Widgets/StreamPositionLabel.cs: Implement OnSizeRequested to properly do size requisitioning (BGO #536564)