[gnome-shell-extensions] apps-menu: Fix call to open_new_window()
- From: Florian Müllner <fmuellner src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell-extensions] apps-menu: Fix call to open_new_window()
- Date: Fri, 12 Jun 2015 13:31:05 +0000 (UTC)
commit dd620df6205e90dfb1e7cfb5c8be91fb72e027c9
Author: Siteshwar Vashisht <svashisht redhat com>
Date: Tue Jun 9 17:43:20 2015 +0530
apps-menu: Fix call to open_new_window()
The function never had a timestamp parameter, the parameter that was
added at some point is a workspace index. Ouch, this has gone unspotted
since the original AxeMenu extension was adapted for the apps-menu ...
extensions/apps-menu/extension.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/extensions/apps-menu/extension.js b/extensions/apps-menu/extension.js
index 53c586e..9d2a86a 100644
--- a/extensions/apps-menu/extension.js
+++ b/extensions/apps-menu/extension.js
@@ -74,7 +74,7 @@ const ApplicationMenuItem = new Lang.Class({
},
activate: function(event) {
- this._app.open_new_window(event.get_time());
+ this._app.open_new_window(-1);
this._button.selectCategory(null, null);
this._button.menu.toggle();
this.parent(event);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]