Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSascha Silbe <silbe@activitycentral.com>2011-05-28 12:27:07 (GMT)
committer Sascha Silbe <silbe@activitycentral.com>2011-05-28 12:27:07 (GMT)
commit2412056943001545cd2ecbd99989e0403154023f (patch)
tree19f9c68a442a5fd9fc629feb2b1d64a1201f55a6
parentf1bd5d997b8d0c4e30319f1d72ac50b902793d42 (diff)
fix white space errors
-rw-r--r--webtoolbar.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/webtoolbar.py b/webtoolbar.py
index 6a52934..8b0e108 100644
--- a/webtoolbar.py
+++ b/webtoolbar.py
@@ -40,8 +40,10 @@ except ImportError:
import filepicker
import places
+
_MAX_HISTORY_ENTRIES = 15
+
class WebEntry(AddressEntry):
_COL_ADDRESS = 0
_COL_TITLE = 1