From 924650750e974ec41b9e304ddd27c7cd9d82e563 Mon Sep 17 00:00:00 2001 From: Dan Williams Date: Thu, 12 Apr 2007 14:44:38 -0400 Subject: [PATCH] Re-enable the Share action in the frame --- shell/view/frame/ZoomBox.py | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/shell/view/frame/ZoomBox.py b/shell/view/frame/ZoomBox.py index ecf70e26..231f1883 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'),