GNOME Bugzilla – Bug 634474
infinite loop in gtk_icon_view_accessible_set_adjustment
Last modified: 2010-11-28 02:00:52 UTC
Created attachment 174175 [details] [review] fix for infinite loop of gtk_icon_view_accessible_set_adjustment this function currently calls gtk_widget_get_accessible which calls it again in a loop via gtk_icon_view_accessible_initialize . I found it out while starting : $ gnome-control-center icon view.
+ Trace 224609
*** Bug 635726 has been marked as a duplicate of this bug. ***
Committed a slightly different fix.