Use _deactivate rather than hide so we correctly reset input area

svn path=/trunk/; revision=76
This commit is contained in:
Colin Walters 2008-11-21 20:45:33 +00:00
parent 0f019b9ee2
commit 54329a65b2

View File

@ -155,7 +155,7 @@ Overlay.prototype = {
// TODO - have some sort of animation/effect while
// transitioning to the new app. We definitely need
// startup-notification integration at least.
me.hide();
me._deactivate();
});
},