Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell
diff options
context:
space:
mode:
authorDan Williams <dcbw@redhat.com>2007-04-13 20:58:12 (GMT)
committer Dan Williams <dcbw@redhat.com>2007-04-13 20:58:12 (GMT)
commit66bbe56df92873daf98d9b3b240448bb36fc7e31 (patch)
treef211b1081ebe807c422679a77b0359d953bf9d0a /shell
parent3abe79353afc83999f3850bd61bf3e7053559243 (diff)
Ignore reply from share() (hack to quiet traceback, but unused anyway)
Diffstat (limited to 'shell')
-rw-r--r--shell/view/ActivityHost.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/shell/view/ActivityHost.py b/shell/view/ActivityHost.py
index d0bb663..c7bbd2d 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