Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/SynthLab
diff options
context:
space:
mode:
authorAleksey Lim <alsroot@sugarlabs.org>2011-08-01 12:43:18 (GMT)
committer Aleksey Lim <alsroot@sugarlabs.org>2011-08-01 12:43:24 (GMT)
commita89a915761942812fa54dbe6e5a330c4d23a63c3 (patch)
tree1a2abc3f46ac8f933e2c1187460ea7f5e2bcf4ef /SynthLab
parent73829f7e63a548920d58ed78d5b3aabfdde81883 (diff)
Polish new toolbars related code; use only one bar for Mini since there is plenty of space; update TODO
Diffstat (limited to 'SynthLab')
-rw-r--r--SynthLab/SynthLabMain.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/SynthLab/SynthLabMain.py b/SynthLab/SynthLabMain.py
index 3cdeedf..6edfadd 100644
--- a/SynthLab/SynthLabMain.py
+++ b/SynthLab/SynthLabMain.py
@@ -95,7 +95,6 @@ class SynthLabMain(gtk.EventBox):
self._presetToolbar.show()
preset_toolbar_button.show()
self.activity.toolbox.toolbar.insert(preset_toolbar_button, -1)
- self.activity.add_stop_button()
else:
self.activity.activity_toolbar.keep.show()
self._mainToolbar = mainToolbar(self.activity.toolbox, self)