Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/widgets.py
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 /widgets.py
parentff6c73dd7fe15508586cf63ee5902a303625cf46 (diff)
parent03f15aa2cc8c37682c96dada3e0f957cce20834d (diff)
Merge branch 'master' of git.sugarlabs.org:browse/mainline
Diffstat (limited to 'widgets.py')
-rw-r--r--widgets.py2
1 files changed, 2 insertions, 0 deletions
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):