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:
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 8f875c9..3dec8d8 100644
--- a/shell/view/BuddyIcon.py
+++ b/shell/view/BuddyIcon.py
@@ -4,7 +4,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',
- color=buddy.get_color(), size=112)
+ color=buddy.get_color())
self._shell = shell
self._buddy = buddy