https://bugzilla.novell.com/show_bug.cgi?id=781074 https://bugzilla.novell.com/show_bug.cgi?id=781074#c21 --- Comment #21 from Agnelo de la Crotche <hippolyte@shaw.ca> 2012-09-29 01:01:57 UTC --- The menu issue is not fixed. It looks like somebody tried though. # diff -u applet.js.1.6.0 applet.js --- applet.js.1.6.0 2012-09-18 14:23:51.936298882 -0700 +++ applet.js 2012-09-27 09:05:05.000000000 -0700 @@ -1274,7 +1274,7 @@ if (nextType == GMenu.TreeItemType.ENTRY) { var entry = iter.get_entry(); if (!entry.get_app_info().get_nodisplay()) { - var app = appsys.lookup_app_by_tree_entry(entry); + var app = appsys.lookup_app_by_tree_entry(entry); if (!app) app = appsys.lookup_settings_app_by_tree_entry(entry); dupe = this.find_dupe(app); @@ -1292,8 +1292,9 @@ this._applicationsButtons[i].category.push(dir.get_menu_id()); } } + this.applicationsByCategory[dir.get_menu_id()].push(app.get_name()); } - } + } } else if (nextType == GMenu.TreeItemType.DIRECTORY) { subdir = iter.get_directory(); this.applicationsByCategory[subdir.get_menu_id()] = new Array(); -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.