Show
Ignore:
Timestamp:
08/30/07 22:33:19 (15 months ago)
Author:
roidelapluie
Message:

0.11.2: [tristil] better banshee music player support. fixes #2940

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/gajim_0.11.1/src/roster_window.py

    r8612 r8631  
    29632963                        status_message = '' 
    29642964                else: 
    2965                         status_message = '♪ ' + _('"%(title)s" by %(artist)s') % \ 
     2965                        if hasattr(music_track_info, 'paused') and \ 
     2966                        music_track_info.paused == 0: 
     2967                                status_message = '' 
     2968                        else: 
     2969                                status_message = '♪ ' + _('"%(title)s" by %(artist)s') % \ 
    29662970                                {'title': music_track_info.title, 
    29672971                                        'artist': music_track_info.artist } + ' ♪'