Merge branch 'telepathy-idle-crash' of https://github.com/samdroid-apps/sugar-toolkit-gtk3
This commit is contained in:
commit
6e685a7e4a
@ -91,6 +91,11 @@ class PresenceService(GObject.GObject):
|
||||
if e.get_dbus_name() == name:
|
||||
logging.debug("There's no shared activity with the id "
|
||||
"%s" % activity_id)
|
||||
elif e.get_dbus_name() == \
|
||||
'org.freedesktop.DBus.Error.UnknownMethod':
|
||||
logging.warning(
|
||||
'Telepathy Account %r does not support '
|
||||
'Sugar collaboration', account_path)
|
||||
else:
|
||||
raise
|
||||
else:
|
||||
|
Loading…
Reference in New Issue
Block a user