From 87b61970631dfbe825fe9c7c2678934b37ecc880 Mon Sep 17 00:00:00 2001 From: Lucian Branescu Mihaila Date: Thu, 17 Jun 2010 23:49:07 +0000 Subject: Fix some pep8 violations. --- (limited to 'linkbutton.py') diff --git a/linkbutton.py b/linkbutton.py index 3247c7b..466565a 100644 --- a/linkbutton.py +++ b/linkbutton.py @@ -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