After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 536564 - Notification popup and paused state
Notification popup and paused state
Status: RESOLVED FIXED
Product: banshee
Classification: Other
Component: User Interface
git master
Other Linux
: Normal normal
: 1.0
Assigned To: Banshee Maintainers
Banshee Maintainers
Depends on:
Blocks:
 
 
Reported: 2008-06-04 09:45 UTC by Michael Monreal
Modified: 2008-06-04 15:45 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Screesnhot (40.90 KB, image/png)
2008-06-04 09:47 UTC, Michael Monreal
Details

Description Michael Monreal 2008-06-04 09:45:46 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".
Comment 1 Michael Monreal 2008-06-04 09:47:53 UTC
Created attachment 112111 [details]
Screesnhot
Comment 2 Aaron Bockover 2008-06-04 15:45:32 UTC
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)