Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/webactivity.py
diff options
context:
space:
mode:
authorManuel QuiƱones <manuq@laptop.org>2012-01-06 14:22:48 (GMT)
committer Simon Schampijer <simon@schampijer.de>2012-01-06 19:25:24 (GMT)
commitd50001dc6f26b31e39689a20a6540ad4f2e525ba (patch)
treec418ab0448f2eb471c216695766f089b3c399ca5 /webactivity.py
parent766ae15770617580c0cba22a7118d13dc175d3cc (diff)
Global history for URL autocompletion in URL entry
The sqlite backend to store the global history is maintained. There are two fields in the database that are left unused: bookmark and gecko_flags. Signed-off-by: Manuel QuiƱones <manuq@laptop.org> Acked-by: Simon Schampijer <simon@laptop.org>
Diffstat (limited to 'webactivity.py')
-rw-r--r--webactivity.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/webactivity.py b/webactivity.py
index 3d741d9..092a8e3 100644
--- a/webactivity.py
+++ b/webactivity.py
@@ -160,7 +160,6 @@ from viewtoolbar import ViewToolbar
# import downloadmanager
# TODO: make the registration clearer SL #3087
-# import globalhistory # pylint: disable=W0611
# import filepicker # pylint: disable=W0611
from model import Model