Show
Ignore:
Timestamp:
09/08/07 23:26:16 (15 months ago)
Author:
asterix
Message:

prevent traceback when rhythmbox is paused

Files:
1 modified

Legend:

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

    r8714 r8752  
    234234                        rbshell = dbus.Interface(rbshellobj, 'org.gnome.Rhythmbox.Shell') 
    235235                        uri = player.getPlayingUri() 
     236                        if not uri: 
     237                                return None 
    236238                        props = rbshell.getSongProperties(uri) 
    237239                        info = self._rhythmbox_properties_extract(props)