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-03-16 14:00:16 (GMT)
committer Dan Williams <dcbw@redhat.com>2007-03-16 14:00:16 (GMT)
commit64a67e28f61dae25f04b18efaedc2dad7733da93 (patch)
treea07a1286be2253373a57fa6b7421fdc1a215f512 /shell
parent7beb2b24aceaf82f41d35e2adcff1e954ea5e6c5 (diff)
Disable sharing for trial1
Diffstat (limited to 'shell')
-rw-r--r--shell/view/frame/ZoomBox.py9
1 files changed, 5 insertions, 4 deletions
diff --git a/shell/view/frame/ZoomBox.py b/shell/view/frame/ZoomBox.py
index 231f188..ecf70e2 100644
--- a/shell/view/frame/ZoomBox.py
+++ b/shell/view/frame/ZoomBox.py
@@ -31,10 +31,11 @@ class ActivityMenu(Menu):
def __init__(self, activity_model):
Menu.__init__(self, activity_model.get_title())
- if not activity_model.get_shared():
- self.add_item(MenuItem(ActivityMenu.ACTION_SHARE,
- _('Share'),
- 'theme:stock-share-mesh'))
+# FIXME: re-enable after trial1
+# 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'),