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 00:27:49 (GMT)
committer Aleksey Lim <alsroot@sugarlabs.org>2011-08-01 00:27:49 (GMT)
commitcbcedfac523a0b416f422139a7bb60e16930c634 (patch)
treeb9a902f5178ef273107c9b2480220e15781a0a89 /SynthLab
parent61ad74a016423a977f82648d9ff5e5fa72bd4dac (diff)
Move HAVE_TOOLABAR definition to Config.py
Diffstat (limited to 'SynthLab')
-rw-r--r--SynthLab/SynthLabMain.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/SynthLab/SynthLabMain.py b/SynthLab/SynthLabMain.py
index 1b75fcf..3cdeedf 100644
--- a/SynthLab/SynthLabMain.py
+++ b/SynthLab/SynthLabMain.py
@@ -72,7 +72,7 @@ class SynthLabMain(gtk.EventBox):
self.journalCalled = True
#Toolbars
- if self.activity.have_toolbox:
+ if Config.HAVE_TOOLBOX:
from sugar.graphics.toolbarbox import ToolbarButton
self.durationSliderAdj = main_toolbar_common(