[gnome-shell-extensions] correction for ApplicationsButton._loadCategory
- From: Giovanni Campagna <gcampagna src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell-extensions] correction for ApplicationsButton._loadCategory
- Date: Sat, 19 Nov 2011 12:46:51 +0000 (UTC)
commit 44c5651c3ecbd30040fca7c0edcd201b665ce784
Author: Bastien Durel <bastien durel org>
Date: Fri Nov 18 10:32:05 2011 +0100
correction for ApplicationsButton._loadCategory
https://bugzilla.gnome.org/show_bug.cgi?id=664322
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 11f4866..be2906e 100644
--- a/extensions/apps-menu/extension.js
+++ b/extensions/apps-menu/extension.js
@@ -70,7 +70,7 @@ ApplicationsButton.prototype = {
var app = appsys.lookup_app_by_tree_entry(entry);
menu.addMenuItem(new AppMenuItem(app));
} else if (nextType == GMenu.TreeItemType.DIRECTORY) {
- this._loadCategory(iter.get_directory(), appList);
+ this._loadCategory(iter.get_directory(), menu);
}
}
},
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]