Ignore reply from share() (hack to quiet traceback, but unused anyway)
This commit is contained in:
parent
3abe79353a
commit
66bbe56df9
@ -66,8 +66,7 @@ class ActivityHost:
|
||||
return self._activity.execute(command, dbus.Array(args))
|
||||
|
||||
def share(self):
|
||||
self._activity.share()
|
||||
self._chat_widget.share()
|
||||
self._activity.share(ignore_reply=True)
|
||||
|
||||
def invite(self, buddy):
|
||||
pass
|
||||
|
Loading…
Reference in New Issue
Block a user