From ae00121fbffdb3434d79716a112bd5956b9e5e67 Mon Sep 17 00:00:00 2001 From: Marco Pesenti Gritti Date: Wed, 19 Jul 2006 11:38:24 +0000 Subject: Use matchbox to activate home and people page --- (limited to 'shell/PresenceView.py') 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() -- cgit v0.9.1