correction for ApplicationsButton._loadCategory

https://bugzilla.gnome.org/show_bug.cgi?id=664322
This commit is contained in:
Bastien Durel
2011-11-19 13:46:33 +01:00
committed by Giovanni Campagna
parent afa8ccd07f
commit 44c5651c3e
+1 -1
View File
@@ -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);
}
}
},