From b1354cf7110e72cdfea48ba55d0dbfb6a0aa34ac Mon Sep 17 00:00:00 2001 From: Dan Williams Date: Mon, 25 Sep 2006 17:24:40 +0000 Subject: Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar --- diff --git a/shell/view/frame/RightPanel.py b/shell/view/frame/RightPanel.py index 04f9478..28c81b3 100644 --- a/shell/view/frame/RightPanel.py +++ b/shell/view/frame/RightPanel.py @@ -25,7 +25,8 @@ class RightPanel(CanvasBox): shell.connect('activity-changed', self.__activity_changed_cb) def add(self, buddy): - icon = BuddyIcon(self._shell, self._menu_shell, BuddyModel(buddy)) + model = BuddyModel(buddy=buddy) + icon = BuddyIcon(self._shell, self._menu_shell, model) icon.set_menu_strategy(MenuStrategy()) self.set_constraints(icon, 5, 5) self.add_child(icon) -- cgit v0.9.1