Comment 11 for bug 168173

Revision history for this message
Buliabyak-users (buliabyak-users) wrote :

Originator: NO

The " assertion failed: GTK_WIDGET_HAS_FOCUS" crash was fixed in gtk
2.10.7 and later, as explained in rel notes:

http://wiki.inkscape.org/wiki/index.php/ReleaseNotes045#Spinbuttons_may_crash_if_you_have_GTK.2B_older_than_2.10.7

Actually they didn't really fix it - they just removed the assert. The
warning is still fired. The deeper reason is gtk's unability to cope with
interruptible display which may call main loop iterations within a
value-changed callback.

But anyway, it does not crash so i'm closing this.