Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomeu Vizoso <tomeu@sugarlabs.org>2009-04-06 17:20:37 (GMT)
committer Tomeu Vizoso <tomeu@sugarlabs.org>2009-04-06 17:20:37 (GMT)
commitc19e24ebe86bb1be38b9ff03fa2557248ebdf6b8 (patch)
treedf2f0b867051058f469d0620f3b0e326194f4083
parent3a47ebf3da8ac11afc1526b1722e3f56c2fb7aa6 (diff)
Initialize gnome #456
-rw-r--r--webactivity.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/webactivity.py b/webactivity.py
index a0ee38f..a7c55bb 100644
--- a/webactivity.py
+++ b/webactivity.py
@@ -31,6 +31,10 @@ import sqlite3
import cjson
import gconf
+# HACK: Needed by http://dev.sugarlabs.org/ticket/456
+import gnome
+gnome.init('Hulahop', '1.0')
+
from sugar.activity import activity
from sugar.graphics import style
import telepathy