GNOME Bugzilla – Bug 489133
quick-lounge-applet crashes
Last modified: 2007-11-03 08:58:13 UTC
In src/dlg-pick-applications.c, the code calls functions like gmenu_tree_entry_get_icon, gmenu_tree_entry_get_name, gmenu_tree_entry_get_comment when processing directories. This causes core dumping issues that are fixed when the code instead calls gmenu_tree_directory_get_icon, gmenu_tree_directory_get_name, gmenu_tree_directory_get_comment. The attached patch fixes these core dumping issues.
Created attachment 97665 [details] [review] patch fixing the problem
Created attachment 97666 [details] [review] corrected patch The previous patch had wrong casting. This patch fixes the problem correctly.
patch applied to trunk, thanks.