Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/sugar/graphics
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-11-23 16:14:33 (GMT)
commit73de340d271bbd6cfe73b45b370373972606c175 (patch)
treee1ea5477d0ff733bc74472e9873efc5d2f7b1a07 /src/sugar/graphics
parent72ed58cbca84964c194d368fade10836f690e1f5 (diff)
PEP8 cleanup: fix spaces around keyword parameters
Reviewed-by: James Cameron <quozl@laptop.org> Acked-by: Simon Schampijer <simon@laptop.org> CC: Aleksey Lim <alsroot@member.fsf.org>
Diffstat (limited to 'src/sugar/graphics')
-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