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 424878 - The play button's tool tip "Stop playback" is misleading
The play button's tool tip "Stop playback" is misleading
Status: RESOLVED FIXED
Product: rhythmbox
Classification: Other
Component: User Interface
0.9.8
Other Linux
: Normal trivial
: ---
Assigned To: RhythmBox Maintainers
RhythmBox Maintainers
Depends on:
Blocks:
 
 
Reported: 2007-03-31 14:36 UTC by Sebastien Bacher
Modified: 2011-07-26 19:46 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Change tooltip based on can_pause status. (612 bytes, patch)
2009-12-01 22:29 UTC, John Daiker
committed Details | Review

Description Sebastien Bacher 2007-03-31 14:36:48 UTC
The bug has been opened on https://launchpad.net/bugs/97442

"Binary package hint: rhythmbox

When listening to music in rhythmbox and mousing over the play button the tool tip "Stop playback" is presented. However, when you click the play button again the music really becomes paused not stopped. I think the tool tip should be changed to "Pause playback" as that would be more accurate.
..."
Comment 1 John Daiker 2009-12-01 22:29:29 UTC
Created attachment 148866 [details] [review]
Change tooltip based on can_pause status.

I'll have to agree with the original premise of this bug.

The attached patch will set the tooltip to 'Stop playback' if the source is able to be paused.  If the source cannot be pause (for instance, streaming radio), then the tooltip will be set to 'Pause playback'.
Comment 2 Jonathan Matthew 2010-01-01 10:12:22 UTC
committed as 052413c7f8a3c97b548a276086f4581b773bc512, thanks.