GNOME Bugzilla – Bug 152733
Cleanup menu.c menu construction code
Last modified: 2004-12-22 21:47:04 UTC
What has been done: Remove "fake_submenu" parameter. It controls whether submenus should simply be created (i.e. filled on popup), or filled at construction time. All calls pass FALSE. If I remember correctly, it was only TRUE for the applet context menu. Remove "force" parameter. I don't know why one should pass TRUE anyway. Maybe legacy cruft. regs, Chris
Created attachment 31583 [details] [review] Proposed patch. Patch doing what I described above.
Any news?
Thanks for the patch Manny - you were right on both counts and I did both when re-writing the menu code to use libgnome-menu