GNOME Bugzilla – Bug 323521
GnomeCanvas-CRITICAL when changing folder to Inbox
Last modified: 2005-12-08 22:02:15 UTC
This will start crashing when critical warnings are made fatal soon:
+ Trace 64480
Kjartan: Thanks for reporting bug. Update this bug with steps to reproduce. On which distro is this bug observed ?
This is happening on specific messages I think, possibly related to the attachment bar and also possibly related to specific types of attachments? I'm using Fedora Core from the development tree so FC5 test1 is the closest released distro.
The icon text item is calling gnome_canvas_request_redraw() from its ::destroy() method - it shouldn't do that. The canvas already takes care of redrawing when items get destroyed (in gnome_canvas_item_dispose()). In gnome_icon_text_item_destroy(), just remove the call to gnome_canvas_request_redraw().
I'll test this change.
*** Bug 313100 has been marked as a duplicate of this bug. ***
Works like a charm. Commiting on both branches.