Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/sugar/graphics/tray.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/sugar/graphics/tray.py')
-rw-r--r--src/sugar/graphics/tray.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sugar/graphics/tray.py b/src/sugar/graphics/tray.py
index 172123a..0e048d8 100644
--- a/src/sugar/graphics/tray.py
+++ b/src/sugar/graphics/tray.py
@@ -170,7 +170,7 @@ class _TrayScrollButton(ToolButton):
self.set_size_request(style.GRID_CELL_SIZE, style.GRID_CELL_SIZE)
- self.icon = Icon(icon_name = icon_name,
+ self.icon = Icon(icon_name=icon_name,
icon_size=gtk.ICON_SIZE_SMALL_TOOLBAR)
# The alignment is a hack to work around gtk.ToolButton code
# that sets the icon_size when the icon_widget is a gtk.Image