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>2007-04-26 23:10:16 (GMT)
committer Marco Pesenti Gritti <marco@localhost.localdomain>2007-04-26 23:10:16 (GMT)
commit81992b963b5fb7a58cb11a44de2ba6f7c0463f0d (patch)
treedac1962765c27c27fd6b8761efa9721a4d95d27a /webactivity.py
parent3ede4103a308e2f4b771c4848529268831c6d215 (diff)
Get it back to work with the new sugar API
Diffstat (limited to 'webactivity.py')
-rwxr-xr-xwebactivity.py6
1 files changed, 2 insertions, 4 deletions
diff --git a/webactivity.py b/webactivity.py
index 774b93d..8b6bcd4 100755
--- a/webactivity.py
+++ b/webactivity.py
@@ -48,10 +48,8 @@ class WebActivity(activity.Activity):
self.toolbox.add_toolbar(_('Browse'), self._toolbar)
self._toolbar.show()
- self._hbox = gtk.HBox()
-
- self.set_canvas(self._hbox)
- self._hbox.show()
+ self.set_canvas(self._browser)
+ self._browser.show()
if handle.uri:
url = handle.uri