Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/toolbar.py
diff options
context:
space:
mode:
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)