[AppWell] Enable lightboxing immediately on popup

Rather than starting lightboxing only when the mouse enters the
menu, start it when an application filter is set.

Also delete a stale function in WindowClone from previous work.

http://bugzilla.gnome.org/show_bug.cgi?id=594555
This commit is contained in:
Colin Walters
2009-09-08 18:34:04 -04:00
parent a0df412deb
commit 05812ef7f9
3 changed files with 21 additions and 22 deletions

View File

@ -791,7 +791,7 @@ RunningWellItem.prototype = {
id = this.appInfo.get_id();
else
id = null;
Main.overview.setWindowApplicationFilter(id);
Main.overview.beginApplicationWindowSelection(id);
}));
}