Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar/graphics/toolbox.py
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@localhost.localdomain>2007-04-30 14:31:30 (GMT)
committer Marco Pesenti Gritti <marco@localhost.localdomain>2007-04-30 14:31:30 (GMT)
commit12192e974fcee1918e4bfa0a6c5febaea4bc2726 (patch)
tree9e3786a8535386f27102fd8c55d6af5d90a4b72f /sugar/graphics/toolbox.py
parente936b1e1fc3a3748381ff105bbbefce1e7750e0f (diff)
Tweaks for themability
Diffstat (limited to 'sugar/graphics/toolbox.py')
-rw-r--r--sugar/graphics/toolbox.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/sugar/graphics/toolbox.py b/sugar/graphics/toolbox.py
index 441d157..6dd805f 100644
--- a/sugar/graphics/toolbox.py
+++ b/sugar/graphics/toolbox.py
@@ -26,6 +26,7 @@ class Toolbox(gtk.VBox):
gtk.VBox.__init__(self)
self._notebook = gtk.Notebook()
+ self._notebook.set_name('sugar-toolbox-notebook')
self._notebook.set_tab_pos(gtk.POS_BOTTOM)
self._notebook.set_show_border(False)
self.pack_start(self._notebook)