Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell
diff options
context:
space:
mode:
authorDan Williams <dcbw@redhat.com>2007-04-10 18:56:34 (GMT)
committer Dan Williams <dcbw@redhat.com>2007-04-10 18:56:34 (GMT)
commit89ec9195e924af7b8b99ee7d46a5fdd2f3674d05 (patch)
tree3723b738c4b2936ab85fdc3ff81a73d9e7d8ff9a /shell
parentbf36e618160f0990020dc51febe8cdc8e8a13209 (diff)
Fix for GObject-based PS buddy objects
Diffstat (limited to 'shell')
-rw-r--r--shell/view/BuddyMenu.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/view/BuddyMenu.py b/shell/view/BuddyMenu.py
index 7756221..935bbde 100644
--- a/shell/view/BuddyMenu.py
+++ b/shell/view/BuddyMenu.py
@@ -62,7 +62,7 @@ class BuddyMenu(Menu):
return None
pixbuf = None
- icon_data = buddy_object.get_icon()
+ icon_data = buddy_object.props.icon
icon_data_string = ""
for item in icon_data:
if item < 0: