Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/ActivityHost.py
diff options
context:
space:
mode:
Diffstat (limited to 'shell/ActivityHost.py')
-rw-r--r--shell/ActivityHost.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/shell/ActivityHost.py b/shell/ActivityHost.py
index fb17d77..6f3b2d1 100644
--- a/shell/ActivityHost.py
+++ b/shell/ActivityHost.py
@@ -20,8 +20,8 @@ class ActivityHost:
def get_id(self):
return self._id
- def publish(self):
- self._activity.publish()
+ def share(self):
+ self._activity.share()
def get_shared(self):
return self._activity.get_shared()