Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/PresenceView.py
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@localhost.localdomain>2006-07-19 11:38:24 (GMT)
committer Marco Pesenti Gritti <marco@localhost.localdomain>2006-07-19 11:38:24 (GMT)
commitae00121fbffdb3434d79716a112bd5956b9e5e67 (patch)
treeba65fb39de00da7ae25c2f0e56a45877b9f371fe /shell/PresenceView.py
parent08a52809a6ae3c712d67a9b50f10821ab5225e48 (diff)
Use matchbox to activate home and people page
Diffstat (limited to 'shell/PresenceView.py')
-rw-r--r--shell/PresenceView.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/PresenceView.py b/shell/PresenceView.py
index 8efc4fd..4120549 100644
--- a/shell/PresenceView.py
+++ b/shell/PresenceView.py
@@ -106,7 +106,7 @@ class PresenceView(gtk.VBox):
button_box.show()
def _share_button_clicked_cb(self, button):
- self._shell.get_current_activity().publish()
+ self._activity.publish()
def _on_buddyList_buddy_selected(self, view, *args):
(model, aniter) = view.get_selection().get_selected()