Skip to content
Snippets Groups Projects
Commit cf994524 authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

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

parent fe0ac73f
No related branches found
No related tags found
No related merge requests found
......@@ -136,6 +136,8 @@ class MusicTrackListener(gobject.GObject):
return info
def _rhythmbox_music_track_change_cb(self, uri):
if not uri:
return
bus = dbus.SessionBus()
rbshellobj = bus.get_object('org.gnome.Rhythmbox',
'/org/gnome/Rhythmbox/Shell')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment