Show
Ignore:
Timestamp:
09/20/07 18:30:45 (14 months ago)
Author:
asterix
Message:

don't crash when we close rhythmbox while Gajim is running. fixes #3442

Files:
1 modified

Legend:

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

    r8752 r8841  
    137137         
    138138        def _rhythmbox_music_track_change_cb(self, uri): 
     139                if not uri: 
     140                        return 
    139141                bus = dbus.SessionBus() 
    140142                rbshellobj = bus.get_object('org.gnome.Rhythmbox',