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 132929 - crash in gtktreeview when expanding nodes
crash in gtktreeview when expanding nodes
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Widget: GtkTreeView
2.2.x
Other All
: Normal blocker
: ---
Assigned To: gtktreeview-bugs
gtktreeview-bugs
Depends on:
Blocks:
 
 
Reported: 2004-01-30 00:14 UTC by Not Zed
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: 2.3/2.4


Attachments
fixes crash, also see http://bugzilla.ximian.com/show_bug.cgi?id=53349 (1.27 KB, patch)
2004-01-30 00:15 UTC, Not Zed
none Details | Review

Description Not Zed 2004-01-30 00:14:35 UTC
sometimes we get a crash in evolution when a node is expanded while
gtktreeview is animating the expansion (i.e. user clicks on it, then the
code forces it expanded).

simple patch attached fixes the bug, not removing a gtktimeout.

happens with gtk 2.2 branch and 2.3 as well apparently
Comment 1 Not Zed 2004-01-30 00:15:40 UTC
Created attachment 23881 [details] [review]
fixes crash, also see http://bugzilla.ximian.com/show_bug.cgi?id=53349
Comment 2 Federico Mena Quintero 2004-01-30 18:38:11 UTC
Thanks!  I just committed this to the HEAD and gtk-2-2 branches.