Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/view/BuddyIcon.py
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@localhost.localdomain>2007-01-12 20:35:53 (GMT)
committer Marco Pesenti Gritti <marco@localhost.localdomain>2007-01-12 20:35:53 (GMT)
commit6971ddb9a44782cd525d6a0f416bdf3cdb82d346 (patch)
treeba9b9054026271cda32f1e2570ad302a1097713e /shell/view/BuddyIcon.py
parent55339d4bea6ac9bddfce526d9271a4a93bc844b3 (diff)
Support for activity icons inside the bundle.
Patch by Gonzalo Odiard <godiard@gmail.com> Modified by me to allow icon theme to override the bundle one.
Diffstat (limited to 'shell/view/BuddyIcon.py')
-rw-r--r--shell/view/BuddyIcon.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/view/BuddyIcon.py b/shell/view/BuddyIcon.py
index 38f8277..8e910ed 100644
--- a/shell/view/BuddyIcon.py
+++ b/shell/view/BuddyIcon.py
@@ -19,7 +19,7 @@ from view.BuddyMenu import BuddyMenu
class BuddyIcon(MenuIcon):
def __init__(self, shell, menu_shell, buddy):
- MenuIcon.__init__(self, menu_shell, icon_name='stock-buddy',
+ MenuIcon.__init__(self, menu_shell, icon_name='theme:stock-buddy',
color=buddy.get_color())
self._shell = shell