Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/webtoolbar.py
diff options
context:
space:
mode:
authorSascha Silbe <silbe@activitycentral.com>2011-05-21 12:12:10 (GMT)
committer Sascha Silbe <silbe@activitycentral.com>2011-05-21 12:24:25 (GMT)
commit14da529ec77941a93ed3066ed02a10113ffe31d5 (patch)
tree8e9e741410c0d0d3a08296143a1f40f5ac2a7bbd /webtoolbar.py
parent7964449b0be7f941a533013b558a404db7873398 (diff)
fix PEP8 whitespace issues
Signed-off-by: Sascha Silbe <silbe@activitycentral.com>
Diffstat (limited to 'webtoolbar.py')
-rw-r--r--webtoolbar.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/webtoolbar.py b/webtoolbar.py
index a5e2c6e..1ae8cd9 100644
--- a/webtoolbar.py
+++ b/webtoolbar.py
@@ -37,6 +37,7 @@ import places
_MAX_HISTORY_ENTRIES = 15
+
class WebEntry(AddressEntry):
_COL_ADDRESS = 0
_COL_TITLE = 1
@@ -216,6 +217,7 @@ class WebEntry(AddressEntry):
else:
self._search_popup()
+
class PrimaryToolbar(ToolbarBox):
__gtype_name__ = 'PrimaryToolbar'
@@ -228,7 +230,7 @@ class PrimaryToolbar(ToolbarBox):
([])),
'go-home': (gobject.SIGNAL_RUN_FIRST,
gobject.TYPE_NONE,
- ([]))
+ ([])),
}
def __init__(self, tabbed_view, act, disable_multiple_tabs):