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.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/widgets.py b/widgets.py
index d1de3ee..df5bdb0 100644
--- a/widgets.py
+++ b/widgets.py
@@ -23,7 +23,7 @@ from sugar3.graphics.icon import Icon
class TabAdd(Gtk.HBox):
- __gtype_name__ = 'TabAdd'
+ __gtype_name__ = 'BrowseTabAdd'
__gsignals__ = {
'tab-added': (GObject.SignalFlags.RUN_FIRST,
@@ -53,7 +53,7 @@ class TabAdd(Gtk.HBox):
class BrowserNotebook(Gtk.Notebook):
- __gtype_name__ = 'BrowserNotebook'
+ __gtype_name__ = 'BrowseNotebook'
"""Handle an extra tab at the end with an Add Tab button."""