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:
authorSascha Silbe <sascha-pgp@silbe.org>2010-10-15 18:36:38 (GMT)
committer Sascha Silbe <sascha-pgp@silbe.org>2010-10-22 17:26:25 (GMT)
commit1b9c419ca0fd3f5a303c80c8b7eec32950f107a3 (patch)
treeac6f8b2342a7e8d67009f177876651103ef9be58 /src/sugar/graphics/tray.py
parent72ab30b7d957763a5f5903b3572b49127010689a (diff)
PEP8 cleanup: fix spaces around keyword parameters
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