From 66bbe56df92873daf98d9b3b240448bb36fc7e31 Mon Sep 17 00:00:00 2001 From: Dan Williams Date: Fri, 13 Apr 2007 16:58:12 -0400 Subject: [PATCH] Ignore reply from share() (hack to quiet traceback, but unused anyway) --- shell/view/ActivityHost.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/shell/view/ActivityHost.py b/shell/view/ActivityHost.py index d0bb6630..c7bbd2dd 100644 --- a/shell/view/ActivityHost.py +++ b/shell/view/ActivityHost.py @@ -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