Comment 2 for bug 1257007

Revision history for this message
jazzynico (jazzynico) wrote :

Patch attached.
Tested on Windows XP, Inkscape trunk revision 12836 and devlibs-gtk3. Inkscape no longer crashes and only show the first console message (gtk_window_set_transient_for), that seems unrelated to the crash (and also seen with other operating systems).

Note that the win32 dialog code in export.cpp is borrowed from an old version of ui/dialogs/filedialogimpl-win32.cpp. A cleaner fix would be to implement a proper export dialog in that file and not in export.cpp.

<opinion>
Native dialogs, I hate you ;)
</opinion>