Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/viewtoolbar.py
diff options
context:
space:
mode:
authorManuel Quiñones <manuq@laptop.org>2011-11-29 11:28:57 (GMT)
committer Manuel Quiñones <manuq@laptop.org>2011-11-29 11:51:19 (GMT)
commit0512c29740db61ad73e533480839e3d26a033bbe (patch)
treee9ee3e371c1e87178e8203678173edb528524fd9 /viewtoolbar.py
parent781c9561b9388713e0fd32a350e4b36027849d29 (diff)
Remove mozilla xpcom and hulahop, add WebKit
This commit breaks a lot of Browse functionality. This is marked in the code with a FIXME keyword. Original work was done by Daniel Drake. Signed-off-by: Manuel Quiñones <manuq@laptop.org>
Diffstat (limited to 'viewtoolbar.py')
-rw-r--r--viewtoolbar.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/viewtoolbar.py b/viewtoolbar.py
index 0e77137..7daadc9 100644
--- a/viewtoolbar.py
+++ b/viewtoolbar.py
@@ -18,6 +18,7 @@
from gettext import gettext as _
from gi.repository import Gtk
+from gi.repository import GObject
from sugar3.graphics.toolbutton import ToolButton