Actually update well menu filtering for review messages

My updates got lost due to accidentally being on a rebase branch.
This commit is contained in:
Colin Walters
2009-09-09 17:28:52 -04:00
parent dddad9e1b5
commit 913aeae166
2 changed files with 6 additions and 8 deletions

View File

@ -399,16 +399,16 @@ Overview.prototype = {
/**
* beginApplicationWindowSelection:
* setApplicationWindowSelection:
* @appid: Application identifier string
*
* Enter a mode which shows only the widnows owned by the
* Enter a mode which shows only the windows owned by the
* given application, and allow highlighting of a specific
* window with setHighlightWindow().
*/
beginApplicationWindowSelection: function (appid) {
setApplicationWindowSelection: function (appid) {
if (this._workspaces)
this._workspaces.beginApplicationWindowSelection(appid);
this._workspaces.setApplicationWindowSelection(appid);
},
//// Private methods ////