Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@localhost.localdomain>2007-06-25 09:41:33 (GMT)
committer Marco Pesenti Gritti <marco@localhost.localdomain>2007-06-25 09:41:33 (GMT)
commit6d8b196abe4ee951ad115c7cf252cc7175271b81 (patch)
treef3283e301534c03dd86c649959a0d501cc48848c
parentd92bb7a4ef3aef10a63a8155c91cfaea0fd5e87b (diff)
Remove is_tooltip property
-rw-r--r--sugar/graphics/toolbutton.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sugar/graphics/toolbutton.py b/sugar/graphics/toolbutton.py
index 0def213..c58fff3 100644
--- a/sugar/graphics/toolbutton.py
+++ b/sugar/graphics/toolbutton.py
@@ -47,7 +47,7 @@ class ToolButton(gtk.ToolButton):
if self._palette:
self._palette.destroy()
- self._palette = Palette(is_tooltip=True)
+ self._palette = Palette()
self._palette.set_primary_state(text)
self._palette.props.invoker = WidgetInvoker(self)