From d50001dc6f26b31e39689a20a6540ad4f2e525ba Mon Sep 17 00:00:00 2001 From: Manuel QuiƱones Date: Fri, 06 Jan 2012 14:22:48 +0000 Subject: 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 Acked-by: Simon Schampijer --- (limited to 'webactivity.py') 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 -- cgit v0.9.1