diff options
Diffstat (limited to 'src/inkscape.cpp')
| -rw-r--r-- | src/inkscape.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/inkscape.cpp b/src/inkscape.cpp index 8b84416aa..4f831e629 100644 --- a/src/inkscape.cpp +++ b/src/inkscape.cpp @@ -431,7 +431,7 @@ inkscape_crash_handler (int /*signum*/) Inkscape::XML::Node *repr; doc = (SPDocument *) l->data; repr = sp_document_repr_root (doc); - if (repr->attribute("sodipodi:modified")) { + if (doc->isModified()) { const gchar *docname, *d0, *d; gchar n[64], c[1024]; FILE *file; |
