Follow-up Comment #15, bug #17650 (project mypaint):

Just pushed
http://gitorious.org/mypaint/mypaint/commit/45b1088857fc161907899ef032ecdf36f5019ad9
(fixes the exception) and
http://gitorious.org/mypaint/mypaint/commit/24c2459def827f1e01d972d95cf2d2c8e35a15b5
(suppresses an unnecessary redraw, and ensures that the old tdw contents are
snapshotted and not some white background during a load.

Not sure what's causing the crasher, but unsurprisingly only appears when the
Save As dialog is used - seems to be a gtk bug in the FileChooserDialog
itself. It might be worth not doing the current double-hide, or maybe
destroying the dialog and punting the save_file back to the GTK main loop with
an idle_add(). Hanging onto a dialog which seems to be sorting its file list
while hidden (possibly in response fs/gio-level changes?) seems wrong to me.

    _______________________________________________________

Reply to this item at:

  <http://gna.org/bugs/?17650>

_______________________________________________
  Message sent via/by Gna!
  http://gna.org/


_______________________________________________
Mypaint-bugs mailing list
[email protected]
https://mail.gna.org/listinfo/mypaint-bugs

Reply via email to