Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/webactivity.py
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@localhost.localdomain>2008-06-12 14:11:25 (GMT)
committer Marco Pesenti Gritti <marco@localhost.localdomain>2008-06-12 14:11:25 (GMT)
commitfe774bf35bffed6249b8cc0feaa3859aca7ca4ea (patch)
treef601c05806967b1018babb17cbe2cd5ab59652dc /webactivity.py
parent9e3c4d01dc2b368ef0636cce598dd655446fb883 (diff)
First go at autocompletion. Still using a fake, in-memory backend.
Diffstat (limited to 'webactivity.py')
-rwxr-xr-xwebactivity.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/webactivity.py b/webactivity.py
index 4b4544a..4bf55bd 100755
--- a/webactivity.py
+++ b/webactivity.py
@@ -71,6 +71,7 @@ import downloadmanager
import sessionhistory
import progresslistener
import filepicker
+import globalhistory
_LIBRARY_PATH = '/usr/share/library-common/index.html'
@@ -100,6 +101,7 @@ class WebActivity(activity.Activity):
sessionhistory.init(self._browser)
progresslistener.init(self._browser)
filepicker.init(self)
+ globalhistory.init()
toolbox = activity.ActivityToolbox(self)