Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/view/BuddyMenu.py
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@localhost.localdomain>2006-10-04 13:26:41 (GMT)
committer Marco Pesenti Gritti <marco@localhost.localdomain>2006-10-04 13:26:41 (GMT)
commit62ee1df83c66a6b518873a288a4926c36c52d986 (patch)
tree0b9521e2d735a6bdc8f393ba28adaa2af4de2a01 /shell/view/BuddyMenu.py
parent72a4aa6fe217d3a3d838dd8a7fcb67d17672ae7c (diff)
Complete the de-goocanvasification
Diffstat (limited to 'shell/view/BuddyMenu.py')
-rw-r--r--shell/view/BuddyMenu.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/shell/view/BuddyMenu.py b/shell/view/BuddyMenu.py
index 6d866e8..3b0d69c 100644
--- a/shell/view/BuddyMenu.py
+++ b/shell/view/BuddyMenu.py
@@ -1,6 +1,5 @@
import gtk
import gobject
-import goocanvas
from sugar.graphics.menu import Menu
from sugar.graphics.canvasicon import CanvasIcon
@@ -73,7 +72,7 @@ class BuddyMenu(Menu):
# FIXME check that the buddy is not in the activity already
- icon = IconItem(icon_name='stock-invite')
+ icon = CanvasIcon(icon_name='stock-invite')
self.add_action(icon, BuddyMenu.ACTION_INVITE)
def __buddy_icon_changed_cb(self, buddy):