Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/TamTam.py
diff options
context:
space:
mode:
authorNat <natcl@hotmail.com>2007-07-26 20:44:36 (GMT)
committer Nat <natcl@hotmail.com>2007-07-26 20:44:36 (GMT)
commit1ca64551ed5fe0b7bf1c0e9bd6ca2d57988ed82c (patch)
treebac52173a826f4509079ed46aefd864beedebea1 /TamTam.py
parent64657a1f13e9b426562fb4819503e9a65a7401d5 (diff)
Hide the toolbar in edit (so it's ussable again)
Diffstat (limited to 'TamTam.py')
-rwxr-xr-xTamTam.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/TamTam.py b/TamTam.py
index d751677..e0f17e5 100755
--- a/TamTam.py
+++ b/TamTam.py
@@ -152,7 +152,7 @@ class TamTam(Activity):
self.mode = mode
if mode == 'edit':
- #self.toolbox.hide()
+ self.toolbox.hide()
if not (mode in self.modeList):
self.metadata['title'] = 'TamTam Edit'
self.modeList[mode] = MainWindow(self, self.set_mode)