launch-new-instance: Update to changed API

https://bugzilla.gnome.org/show_bug.cgi?id=724428
This commit is contained in:
Florian Müllner
2014-02-15 17:53:42 +01:00
parent c9a4d15f05
commit 7e3db53dcd
+2 -1
View File
@@ -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);
}