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