diff options
| author | MenTaLguY <mental@rydia.net> | 2007-04-09 07:44:50 +0000 |
|---|---|---|
| committer | mental <mental@users.sourceforge.net> | 2007-04-09 07:44:50 +0000 |
| commit | 8e54557dfbe77d5a4432c3d274a6059bfad8c0d1 (patch) | |
| tree | b6bc98d969848305d8189e48e38fe49514e07384 /src/sp-fetile.cpp | |
| parent | * packaging/macosx/Resources/bin/inkscape: Include the Fink and/or (diff) | |
| download | inkscape-8e54557dfbe77d5a4432c3d274a6059bfad8c0d1.tar.gz inkscape-8e54557dfbe77d5a4432c3d274a6059bfad8c0d1.zip | |
fix crash temporarily until next refactoring phase
(bzr r2837)
Diffstat (limited to 'src/sp-fetile.cpp')
| -rw-r--r-- | src/sp-fetile.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sp-fetile.cpp b/src/sp-fetile.cpp index bb6893cbc..03967ce05 100644 --- a/src/sp-fetile.cpp +++ b/src/sp-fetile.cpp @@ -150,7 +150,7 @@ sp_feTile_write(SPObject *object, Inkscape::XML::Node *repr, guint flags) // is this sane? repr->mergeFrom(SP_OBJECT_REPR(object), "id"); } else { - repr = SP_OBJECT_REPR(object)->duplicate(repr->document()); + repr = SP_OBJECT_REPR(object)->duplicate(NULL); // FIXME } } |
