From 66bbe56df92873daf98d9b3b240448bb36fc7e31 Mon Sep 17 00:00:00 2001 From: Dan Williams Date: Fri, 13 Apr 2007 20:58:12 +0000 Subject: Ignore reply from share() (hack to quiet traceback, but unused anyway) --- (limited to 'shell') 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 -- cgit v0.9.1