Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/widgets.py
diff options
context:
space:
mode:
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):