Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/toolbar.py
diff options
context:
space:
mode:
authorMarc Maurer <uwog@uwog.net>2007-07-10 21:46:10 (GMT)
committer Marc Maurer <uwog@uwog.net>2007-07-10 21:46:10 (GMT)
commit7a7ad3997a19635572c4551192379a422ef88857 (patch)
tree89439989fdc81c545d3a42c209b009a5f7994ae4 /toolbar.py
parentc7cbaa8d1e49ebfd9e5d55a72528ea0c09082c2f (diff)
Make sure the table icon shows up
Diffstat (limited to 'toolbar.py')
-rw-r--r--toolbar.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolbar.py b/toolbar.py
index 76179db..3af7ce4 100644
--- a/toolbar.py
+++ b/toolbar.py
@@ -241,7 +241,7 @@ class TableToolbar(gtk.Toolbar):
tool_item = gtk.ToolItem()
tool_item.add(self._table)
self.insert(tool_item, -1)
- tool_item.show()
+ tool_item.show_all()
self._table_rows_after = ToolButton('insert-row')
self._table_rows_after_id = self._table_rows_after.connect('clicked', self._table_rows_after_cb)