diff options
| author | Krzysztof Kosi??ski <tweenk.pl@gmail.com> | 2010-04-05 00:35:52 +0000 |
|---|---|---|
| committer | Krzysztof KosiĆski <tweenk.pl@gmail.com> | 2010-04-05 00:35:52 +0000 |
| commit | 0f80d9cd7596336ef16da1db940c383e4fb163e1 (patch) | |
| tree | 199829347b9c7f7ae581cb3fd80426c0493d113d /src/document.cpp | |
| parent | Translations. inkscape.pot update (glyph dialog again). (diff) | |
| parent | Coords: fix guidelines (diff) | |
| download | inkscape-0f80d9cd7596336ef16da1db940c383e4fb163e1.tar.gz inkscape-0f80d9cd7596336ef16da1db940c383e4fb163e1.zip | |
Second batch of coords fixes (guides, text cursor, zoom)
(bzr r9295)
Diffstat (limited to 'src/document.cpp')
| -rw-r--r-- | src/document.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/document.cpp b/src/document.cpp index f137ba60d..aeafaf1f9 100644 --- a/src/document.cpp +++ b/src/document.cpp @@ -327,7 +327,7 @@ sp_document_create(Inkscape::XML::Document *rdoc, document->base = NULL; document->name = g_strdup(name); - document->root = sp_object_repr_build_tree(document, rroot); + sp_object_repr_build_tree(document, rroot); /* fixme: Not sure about this, but lets assume ::build updates */ rroot->setAttribute("inkscape:version", Inkscape::version_string); |
