After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 489133 - quick-lounge-applet crashes
quick-lounge-applet crashes
Status: RESOLVED FIXED
Product: quick-lounge-applet
Classification: Deprecated
Component: general
2.12.x
Other opensolaris
: Normal normal
: ---
Assigned To: Paolo Bacchilega
Paolo Bacchilega
Depends on:
Blocks:
 
 
Reported: 2007-10-22 19:32 UTC by Brian Cameron
Modified: 2007-11-03 08:58 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch fixing the problem (1.13 KB, patch)
2007-10-22 19:32 UTC, Brian Cameron
none Details | Review
corrected patch (1.14 KB, patch)
2007-10-22 19:34 UTC, Brian Cameron
none Details | Review

Description Brian Cameron 2007-10-22 19:32:20 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.
Comment 1 Brian Cameron 2007-10-22 19:32:41 UTC
Created attachment 97665 [details] [review]
patch fixing the problem
Comment 2 Brian Cameron 2007-10-22 19:34:28 UTC
Created attachment 97666 [details] [review]
corrected patch


The previous patch had wrong casting.  This patch fixes the problem correctly.
Comment 3 Paolo Bacchilega 2007-11-03 08:58:13 UTC
patch applied to trunk, thanks.