summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGubolin <gubolin@fantasymail.de>2015-02-24 10:18:33 +0100
committerGubolin <gubolin@fantasymail.de>2015-02-24 10:18:33 +0100
commit438fe4e3619c5dc52ca625a1e16048b30cf16c7d (patch)
treed8fe77bc35807a61994fda12c1d258cc4ef136b5
parentf6e26faca52ba5a236066ef55f523ad7a0c8694b (diff)
downloadsnap-438fe4e3619c5dc52ca625a1e16048b30cf16c7d.tar.gz
snap-438fe4e3619c5dc52ca625a1e16048b30cf16c7d.zip
merge
-rw-r--r--gui.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui.js b/gui.js
index aa381ee..a7302dc 100644
--- a/gui.js
+++ b/gui.js
@@ -484,7 +484,7 @@ IDE_Morph.prototype.openIn = function (world) {
myself.shield.destroy();
myself.shield = null;
msg.destroy();
- myself.toggleAppMode(true);
+ myself.toggleAppMode(false);
}
]);
},