Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <mpg@redhat.com>2007-03-22 14:46:11 (GMT)
committer Marco Pesenti Gritti <mpg@redhat.com>2007-03-22 14:46:11 (GMT)
commit1420265d0620fb71d1eb609524b9a25870e1de79 (patch)
tree9aa0526e1f20f9490d4c08bd539128ae218266d0 /shell
parent1f61c5f65e66f1d2adee906b3138dac8fc0af8d2 (diff)
Autolaunch etoys projects
Diffstat (limited to 'shell')
-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()