From 14da529ec77941a93ed3066ed02a10113ffe31d5 Mon Sep 17 00:00:00 2001 From: Sascha Silbe Date: Sat, 21 May 2011 12:12:10 +0000 Subject: fix PEP8 whitespace issues Signed-off-by: Sascha Silbe --- (limited to 'linkbutton.py') diff --git a/linkbutton.py b/linkbutton.py index 3247c7b..4a0a18f 100644 --- a/linkbutton.py +++ b/linkbutton.py @@ -32,7 +32,7 @@ class LinkButton(TrayButton, gobject.GObject): __gtype_name__ = 'LinkButton' __gsignals__ = { 'remove_link': (gobject.SIGNAL_RUN_FIRST, - gobject.TYPE_NONE, ([str])) + gobject.TYPE_NONE, ([str])), } def __init__(self, url, buf, color, title, owner, index, hash): @@ -40,7 +40,7 @@ class LinkButton(TrayButton, gobject.GObject): self.set_image(buf, color.split(',')[1], color.split(',')[0]) self.hash = hash - info = title +'\n'+ owner + info = title + '\n' + owner self.setup_rollover_options(info) def set_image(self, buf, fill='#0000ff', stroke='#4d4c4f'): -- cgit v0.9.1