Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPootle daemon <pootle@pootle.sugarlabs.org>2011-09-14 04:32:06 (GMT)
committer Pootle daemon <pootle@pootle.sugarlabs.org>2011-09-14 04:32:06 (GMT)
commita9cb3b37c12898b92073bf06a594f4b65ce84d2f (patch)
tree5781a049985f33b342f25718cd45fe0e42db79d2
parentff6c73dd7fe15508586cf63ee5902a303625cf46 (diff)
parent03f15aa2cc8c37682c96dada3e0f957cce20834d (diff)
Merge branch 'master' of git.sugarlabs.org:browse/mainline
-rw-r--r--activity/activity.info2
-rw-r--r--widgets.py2
2 files changed, 3 insertions, 1 deletions
diff --git a/activity/activity.info b/activity/activity.info
index 713681f..8a01c02 100644
--- a/activity/activity.info
+++ b/activity/activity.info
@@ -1,6 +1,6 @@
[Activity]
name = Browse
-activity_version = 125
+activity_version = 126
bundle_id = org.laptop.WebActivity
icon = activity-web
exec = sugar-activity webactivity.WebActivity -s
diff --git a/widgets.py b/widgets.py
index b39ba5e..1759e38 100644
--- a/widgets.py
+++ b/widgets.py
@@ -53,6 +53,8 @@ class TabAdd(gtk.HBox):
class BrowserNotebook(gtk.Notebook):
+ __gtype_name__ = 'BrowserNotebook'
+
"""Handle an extra tab at the end with an Add Tab button."""
def __init__(self):