From e5065263a9e9a8e2295d46effab39ce35d7a1349 Mon Sep 17 00:00:00 2001 From: Dan Williams Date: Tue, 25 Jul 2006 22:17:05 +0000 Subject: s/publish/share --- (limited to 'shell') 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() -- cgit v0.9.1