Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/view
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <mpg@redhat.com>2007-04-07 11:17:36 (GMT)
committer Marco Pesenti Gritti <mpg@redhat.com>2007-04-07 11:17:36 (GMT)
commit5343752c353a5abbaaef2a342614b32b7f0e0e8c (patch)
tree2983971a1a72a4bffa0b1f5f5d2d95fc5244b3f0 /shell/view
parent4828870afd08aef48fa96f7a82076e0fcf5fc2f5 (diff)
Make browser a modules inside sugar library
Diffstat (limited to 'shell/view')
-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 ad4a5d4..a8224bb 100644
--- a/shell/view/BuddyMenu.py
+++ b/shell/view/BuddyMenu.py
@@ -23,7 +23,6 @@ from sugar.graphics.menu import Menu, MenuItem
from sugar.graphics.canvasicon import CanvasIcon
from sugar.graphics import units
from sugar.presence import PresenceService
-import _sugar
class BuddyMenu(Menu):
ACTION_MAKE_FRIEND = 0
@@ -49,7 +48,7 @@ class BuddyMenu(Menu):
# FIXME: have to set the image _after_ adding the HippoCanvasImage
# to it's parent item, because that sets the HippoCanvasImage's context,
# which resets the object's 'image' property. Grr.
- _sugar.hippo_canvas_image_set_image_from_gdk_pixbuf(icon_item, scaled_pixbuf)
+ #_sugar.hippo_canvas_image_set_image_from_gdk_pixbuf(icon_item, scaled_pixbuf)
self._buddy.connect('icon-changed', self.__buddy_icon_changed_cb)