summaryrefslogtreecommitdiffstats
path: root/src/document.cpp
diff options
context:
space:
mode:
authorMartin Owens <doctormo@gmail.com>2014-01-22 03:20:23 +0000
committerMartin Owens <doctormo@gmail.com>2014-01-22 03:20:23 +0000
commite01eb5907b04fdc194551741be6c6dbf5ee6f7e5 (patch)
tree5b0051ad37589ddaa109f88cf9cf8ce1d1687945 /src/document.cpp
parentEMF export: fix handling of transformed rectangular gradients (bug #1263242) (diff)
downloadinkscape-e01eb5907b04fdc194551741be6c6dbf5ee6f7e5.tar.gz
inkscape-e01eb5907b04fdc194551741be6c6dbf5ee6f7e5.zip
Improve use tag logic by recording the loaded documents in a list.
(bzr r12969)
Diffstat (limited to 'src/document.cpp')
-rw-r--r--src/document.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/document.cpp b/src/document.cpp
index e56adee68..32a025e87 100644
--- a/src/document.cpp
+++ b/src/document.cpp
@@ -106,6 +106,7 @@ SPDocument::SPDocument() :
profileManager(0), // deferred until after other initialization
router(new Avoid::Router(Avoid::PolyLineRouting|Avoid::OrthogonalRouting)),
_collection_queue(0),
+ parent_document(NULL),
oldSignalsConnected(false),
current_persp3d(NULL),
current_persp3d_impl(NULL)