bulia byak wrote:
a couple small icon-related things:
1 when double clicking a guide to open guide dialog, i get
** (inkscape:24066): WARNING **: failed to load icon 'guide_dialog'
OK, I think I'll just remove the reference to this one.
2 launch, ctrl+n to open a new window, ctrl+q to quit:
(inkscape:24082): Gtk-CRITICAL **: gtk_size_group_remove_widget: assertion `GTK_IS_SIZE_GROUP (size_group)' failed
Jon, what about this one? It happens always when quitting with two or more windows. Moreover I got a crash which seems to be related.
Yup. That's a naughty one. Generally tied to lifetime, references, callbacks, etc.
I've got it reproduceable and will track it down. First I might clean up the code creating things, so that might help. The one thing I verified is that it's not happening in the middle of the destroy() of one of the SPIcons.