[AppWell] Fix previous commit
Somehow missed changing a call when updating for review comments.
This commit is contained in:
parent
42e3a93c20
commit
4bfa68d209
@ -791,7 +791,7 @@ RunningWellItem.prototype = {
|
|||||||
id = this.appInfo.get_id();
|
id = this.appInfo.get_id();
|
||||||
else
|
else
|
||||||
id = null;
|
id = null;
|
||||||
Main.overview.beginApplicationWindowSelection(id);
|
Main.overview.setApplicationWindowSelection(id);
|
||||||
}));
|
}));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user