Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/panel/FriendsPanel.py
diff options
context:
space:
mode:
Diffstat (limited to 'shell/panel/FriendsPanel.py')
-rw-r--r--shell/panel/FriendsPanel.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/shell/panel/FriendsPanel.py b/shell/panel/FriendsPanel.py
index d0556f5..aec995e 100644
--- a/shell/panel/FriendsPanel.py
+++ b/shell/panel/FriendsPanel.py
@@ -29,7 +29,9 @@ class ActionsBar(goocanvas.Group):
self.add_child(icon)
def __share_clicked_cb(self, item):
- pass
+ activity = self._shell.get_current_activity()
+ if activity != None:
+ activity.share()
def __invite_clicked_cb(self, item):
pass