Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--shell/view/clipboardicon.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/shell/view/clipboardicon.py b/shell/view/clipboardicon.py
index 0844dd2..cb33e84 100644
--- a/shell/view/clipboardicon.py
+++ b/shell/view/clipboardicon.py
@@ -100,7 +100,9 @@ class ClipboardIcon(CanvasIcon):
# FIXME: restrict based on file type rather than activity once
# we have a better type registry
# restrict auto-open to a specific set of activities
- allowed = ["org.laptop.AbiWordActivity", "org.laptop.sugar.Xbook"]
+ allowed = ["org.laptop.AbiWordActivity",
+ "org.laptop.sugar.Xbook",
+ "org.vpri.EtoysActivity"]
if activity in allowed:
self._open_file()