Ignore reply from share() (hack to quiet traceback, but unused anyway)

This commit is contained in:
Dan Williams 2007-04-13 16:58:12 -04:00
parent 3abe79353a
commit 66bbe56df9

View File

@ -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