Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/labyrinthactivity.py
diff options
context:
space:
mode:
authorGary Martin <gary@garycmartin.com>2009-04-09 02:44:43 (GMT)
committer Gary Martin <gary@garycmartin.com>2009-04-09 02:44:43 (GMT)
commit37b39ffc10b51bd7566512f59a97fff3778152fb (patch)
tree0646994487ace0e2a8510b3dd55287cd00d5858a /labyrinthactivity.py
parent824ca5df1b13d31069a5bb3b48ed995d14618b2f (diff)
Added FIXME comment now share toolbar item is failing to hide.
Diffstat (limited to 'labyrinthactivity.py')
-rw-r--r--labyrinthactivity.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/labyrinthactivity.py b/labyrinthactivity.py
index 2845f17..25e4bab 100644
--- a/labyrinthactivity.py
+++ b/labyrinthactivity.py
@@ -61,6 +61,8 @@ class LabyrinthActivity(activity.Activity):
edit_toolbar.copy.get_palette().menu.append(menu_item)
edit_toolbar.paste.connect('clicked', self.__paste_cb)
+ # FIXME: Why is the share item now staying visible, this code
+ # was hiding it just fine before.
activity_toolbar = toolbox.get_activity_toolbar()
activity_toolbar.share.props.visible = False