Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell
diff options
context:
space:
mode:
authorDan Williams <dcbw@redhat.com>2007-04-12 18:44:38 (GMT)
committer Dan Williams <dcbw@redhat.com>2007-04-12 18:44:38 (GMT)
commit924650750e974ec41b9e304ddd27c7cd9d82e563 (patch)
tree0efadd69cab238cc0eb06cee08102ce9aba9c753 /shell
parent5970bb6e62132aabc7f10d9e16d9e628523ef5c5 (diff)
Re-enable the Share action in the frame
Diffstat (limited to 'shell')
-rw-r--r--shell/view/frame/ZoomBox.py9
1 files changed, 4 insertions, 5 deletions
diff --git a/shell/view/frame/ZoomBox.py b/shell/view/frame/ZoomBox.py
index ecf70e2..231f188 100644
--- a/shell/view/frame/ZoomBox.py
+++ b/shell/view/frame/ZoomBox.py
@@ -31,11 +31,10 @@ class ActivityMenu(Menu):
def __init__(self, activity_model):
Menu.__init__(self, activity_model.get_title())
-# FIXME: re-enable after trial1
-# if not activity_model.get_shared():
-# self.add_item(MenuItem(ActivityMenu.ACTION_SHARE,
-# _('Share'),
-# 'theme:stock-share-mesh'))
+ if not activity_model.get_shared():
+ self.add_item(MenuItem(ActivityMenu.ACTION_SHARE,
+ _('Share'),
+ 'theme:stock-share-mesh'))
self.add_item(MenuItem(ActivityMenu.ACTION_CLOSE,
_('Close'),