Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Edit/MainWindow.py
diff options
context:
space:
mode:
authorNat <natcl@hotmail.com>2007-07-26 21:03:25 (GMT)
committer Nat <natcl@hotmail.com>2007-07-26 21:03:25 (GMT)
commitdce718b0ab2dc9ce393ed055a6ea73c2edeecd8a (patch)
tree300f1c1217d66115d159e22cc2fa4f84e628b5e6 /Edit/MainWindow.py
parent74ac5a33e7dd08282f32d1f5ac33e7913a91d761 (diff)
miniTamTam cleanup
Diffstat (limited to 'Edit/MainWindow.py')
-rw-r--r--Edit/MainWindow.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/Edit/MainWindow.py b/Edit/MainWindow.py
index c07c92c..968ce6b 100644
--- a/Edit/MainWindow.py
+++ b/Edit/MainWindow.py
@@ -54,6 +54,7 @@ class MainWindow( SubActivity ):
self.trackCount = 6
# Toolbar
+ self.activity.activity_toolbar.keep.show()
self._mainToolbar = mainToolbar(self.activity.toolbox, self)
self.activity.toolbox.add_toolbar(_('Compose'), self._mainToolbar)
self.activity.toolbox.set_current_toolbar(1)