Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/TurtleArtActivity.py
diff options
context:
space:
mode:
authorPootle daemon <pootle@pootle.sugarlabs.org>2011-07-21 18:57:14 (GMT)
committer Pootle daemon <pootle@pootle.sugarlabs.org>2011-07-21 18:57:14 (GMT)
commit963e9b44c5ac00c1e84b9b8659e343902cc704fb (patch)
tree4593131e04fdecb28e51230b2490732f28745f5e /TurtleArtActivity.py
parentad32a0ed62656ca0c3719fa0827740105cafc625 (diff)
parent3f5e31d621bd5f9088eee6a8b93dd6f1527daca5 (diff)
Merge branch 'master' of git.sugarlabs.org:turtleart/mainline
Diffstat (limited to 'TurtleArtActivity.py')
-rw-r--r--TurtleArtActivity.py10
1 files changed, 2 insertions, 8 deletions
diff --git a/TurtleArtActivity.py b/TurtleArtActivity.py
index 69bb506..7076179 100644
--- a/TurtleArtActivity.py
+++ b/TurtleArtActivity.py
@@ -587,15 +587,9 @@ class TurtleArtActivity(activity.Activity):
view_toolbar.show()
help_toolbar.show()
self._toolbox.show()
- # Setup palette toolbar only *after* initializing the plugins
-
- if self.has_toolbarbox:
- # Hack as a workaround for #2050
- edit_toolbar_button.set_expanded(True)
- edit_toolbar_button.set_expanded(False)
- self._palette_toolbar_button.set_expanded(True)
- else:
+ # Setup palette toolbar only *after* initializing the plugins
+ if not self.has_toolbarbox:
self._toolbox.set_current_toolbar(1)
def _setup_palette_toolbar(self):