Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/widgets.py
diff options
context:
space:
mode:
authorSimon Schampijer <simon@schampijer.de>2011-09-11 16:30:50 (GMT)
committer Simon Schampijer <simon@schampijer.de>2011-09-13 09:08:58 (GMT)
commit6ab46bfa128cf738b4f610aae388ee93e796c454 (patch)
treea4431d758450cbf4de3e0a245d97a886ffa2f3a6 /widgets.py
parentabe8f5cc4fe704f505b7ec79dc0326a6647e0f47 (diff)
Use the same styling as for the old style toolbars (Browse)
This patch depends on a follow up patch in sugar-artwork. Signed-off-by: Simon Schampijer <simon@laptop.org> Tested-by: Manuel Quiñones <manuq@laptop.org>
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):