When I select this menu, Thunar crashes: Gtk-CRITICAL **: gtk_widget_set_sensitive: assertion `GTK_IS_WIDGET (widget)' failed aborting... Trace/BPT/RangeErr/DivZero/Ovflow trap (core dumped) Reproducible: Always Steps to Reproduce: 1. Select "Configure custom actions..." from menubar. I'm using CVS HEAD in both gtk+/glib, the last changes in gtk+ was 2005-12-01 Michael Natterer <mitch@imendio.com> Merged modified patch from maemo-gtk that allows to disable toolbar animations. Addresses bug #142582. * gtk/gtksettings.c: added boolean property "gtk-enable-animations". (patch from Christian Neumair) * gtk/gtktoolbar.c: don't animate toolbar changes if the settings property is FALSE. Replaced the individual "notify::foo" connections to GtkSettings by a single "notify" callback and dispatch internally.
Created attachment 357 Stacktrace log Cflags were -O2 -g.
Created attachment 358 Suggested fix Try this one.
Worked, thanks.
Committed with revision 18990.