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 365908 - When stopped, it shows 'paused' with an incredible time played
When stopped, it shows 'paused' with an incredible time played
Status: RESOLVED FIXED
Product: rhythmbox
Classification: Other
Component: User Interface
0.9.6
Other All
: Normal minor
: ---
Assigned To: RhythmBox Maintainers
RhythmBox Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-10-27 19:18 UTC by damidalla
Modified: 2006-10-28 12:42 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description damidalla 2006-10-27 19:18:26 UTC
Please describe the problem:
Using the keyboard keys, I usually stop rhythmbox when I need him not to play any more. It did work well with Ubuntu dapper, now with 0.9.6 (edgy) the applet on the tray tells me rhythmbox is 'paused' and has played '1193046.28.15 of <lenght of the song>'. The behaviour is normal, but the message is really wrong.
note: I am on an it_IT environement.

Steps to reproduce:
1. Open Rhythmbox
2. Start playing
3. Stop Rhythmbox
4. Read the message of the icon on the tray


Actual results:
The icon on the tray shows it is paused, after having played 1193046 hours, 28 minutes and 15 seconds of the song (it does not matter the real length of the file)

Expected results:
It should tell it is stopped

Does this happen every time?
Yes, every time, with .mp3, .ogg, .au, .wav, ...

Other information:
Comment 1 Alex Lancaster 2006-10-28 12:42:04 UTC
According to CVS, this bug has been fixed by this change, so closing bug.

2006-10-28  Jonathan Matthew  <jonathan@kaolin.wh9.net>

        * shell/rb-shell-player.c: (rb_shell_player_class_init),
        (rb_shell_player_sync_with_source),
        (rb_shell_player_get_playing_time_string), (rb_shell_player_seek),
        (tick_cb):
        * widgets/rb-header.c: (rb_header_sync_time),
        (rb_header_elapsed_changed_cb):
        Treat elapsed time as signed, since rb_player_get_time returns a
        signed value.  When actually using the value, mostly treat negative
        values as 0.  Fixes #365908.