From 6ab46bfa128cf738b4f610aae388ee93e796c454 Mon Sep 17 00:00:00 2001 From: Simon Schampijer Date: Sun, 11 Sep 2011 16:30:50 +0000 Subject: 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 Tested-by: Manuel Quiñones --- 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): -- cgit v0.9.1