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@localhost.localdomain>2006-07-25 22:17:05 (GMT)
committer Dan Williams <dcbw@localhost.localdomain>2006-07-25 22:17:05 (GMT)
commite5065263a9e9a8e2295d46effab39ce35d7a1349 (patch)
tree89aa1f493b4019cb79362ca6b7b0d2dd70e882b2 /shell
parent8d232ae292cf3b3b85cd34920c5eaf915c882c8a (diff)
s/publish/share
Diffstat (limited to 'shell')
-rw-r--r--shell/ActivityHost.py4
-rw-r--r--shell/PresenceView.py2
2 files changed, 3 insertions, 3 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()
diff --git a/shell/PresenceView.py b/shell/PresenceView.py
index 4662e65..8f5b338 100644
--- a/shell/PresenceView.py
+++ b/shell/PresenceView.py
@@ -103,7 +103,7 @@ class PresenceView(gtk.VBox):
button_box.show()
def _share_button_clicked_cb(self, button):
- self._activity.publish()
+ self._activity.share()
def _on_buddyList_buddy_selected(self, view, *args):
(model, aniter) = view.get_selection().get_selected()