From 2412056943001545cd2ecbd99989e0403154023f Mon Sep 17 00:00:00 2001 From: Sascha Silbe Date: Sat, 28 May 2011 12:27:07 +0000 Subject: fix white space errors --- 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 -- cgit v0.9.1