popupMenu: Port to GrabHelper

https://bugzilla.gnome.org/show_bug.cgi?id=689109
This commit is contained in:
Jasper St. Pierre
2012-02-29 19:09:41 -05:00
parent 8dc63932fc
commit 9dfc3af9d7
3 changed files with 46 additions and 194 deletions

View File

@ -567,6 +567,7 @@ const AppWellIcon = new Lang.Class({
this.actor.set_hover(true);
this._menu.popup();
this._menuManager.ignoreRelease();
return false;
},