
On 2013-06-12 24:56 +0100, Martin Owens wrote:
On Wed, 2013-06-12 at 00:18 +0200, Johan Engelen wrote:
Oops, now on Windows upon attempting to open the Fill&Stroke dialog:
(inkscape.exe:7384): glibmm-CRITICAL **: unhandled exception (type Glib::Error) in signal handler: domain: gtk-icon-theme-error-quark code : 0 what : Icon 'gtk-remove' not present in theme
Sorry Johan, got that fixed in the latest, you should see no icon because gtk-remove doesn't exist (not sure about Windows icons) but at least it won't crash and I've improved the implementation while I was there.
Not limited to the Windows backend of GTK+: r12364 crashed even with GTK+'s stock icon theme (hicolor). A workaround was e.g. to set 'Gnome' or another fancy icon theme as 'gtk-fallback-icon-theme' (via gtkrc).
AFAIU just filed report https://bugs.launchpad.net/inkscape/+bug/1190072 is about the same crash occuring on Linux (though the reporter doesn't mention the revision with which the crash occured).
The crash was also reproducible with r12364 on OS X 10.7.5, using e.g. Adwaita GTK2 theme and the stock 'hicolor' icon theme (tested with latest GTK2 (2.24.18), X11 as well as Quartz backend)
r12367 no longer crashes AFAICT.