mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
Use _deactivate rather than hide so we correctly reset input area
svn path=/trunk/; revision=76
This commit is contained in:
parent
0f019b9ee2
commit
54329a65b2
1 changed files with 1 additions and 1 deletions
|
|
@ -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();
|
||||
});
|
||||
},
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue