launch-new-instance: Update to changed API
https://bugzilla.gnome.org/show_bug.cgi?id=724428
This commit is contained in:
@@ -16,7 +16,8 @@ function _onActivate(event) {
|
||||
Main.overview.hide();
|
||||
}
|
||||
|
||||
function _activateResult(app) {
|
||||
function _activateResult(result) {
|
||||
let app = this._appSys.lookup_app(result);
|
||||
app.open_new_window(-1);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user