diff options
| author | Krzysztof Kosi??ski <tweenk.pl@gmail.com> | 2010-04-04 23:26:13 +0000 |
|---|---|---|
| committer | Krzysztof KosiĆski <tweenk.pl@gmail.com> | 2010-04-04 23:26:13 +0000 |
| commit | a03fbcd36d55eb8e79dd7fef5ee9d67365f471cf (patch) | |
| tree | 9a28320c2d1b0fceaadf0a2cbbfcc6af9f611aa4 /src/document.cpp | |
| parent | Coords: fix initial cursor position in the text tool (diff) | |
| download | inkscape-a03fbcd36d55eb8e79dd7fef5ee9d67365f471cf.tar.gz inkscape-a03fbcd36d55eb8e79dd7fef5ee9d67365f471cf.zip | |
Coords: fix guidelines
(bzr r9281.1.14)
Diffstat (limited to '')
| -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); |
