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:
@ -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 ////
|
||||
|
Reference in New Issue
Block a user