s/publish/share

This commit is contained in:
Dan Williams
2006-07-25 17:17:05 -05:00
parent 8d232ae292
commit e5065263a9
5 changed files with 18 additions and 18 deletions
+2 -2
View File
@@ -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()
+1 -1
View File
@@ -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()