fix EOL spaces

Reviewed-by: James Cameron <quozl@laptop.org>
Acked-by: Simon Schampijer <simon@laptop.org>
CC: Aleksey Lim <alsroot@member.fsf.org>
This commit is contained in:
Sascha Silbe
2010-10-15 17:45:11 +00:00
parent c7a80a1e56
commit 131c28bb72
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ def create_icon_widgets(box, sensitive=True):
icon.set_sensitive(sensitive)
icon.show()
icon = Icon(icon_name='computer-xo',
icon = Icon(icon_name='computer-xo',
icon_size=gtk.ICON_SIZE_LARGE_TOOLBAR,
xo_color=XoColor())
box.pack_start(icon)