summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorThomas Holder <thomas@thomas-holder.de>2019-10-14 13:37:35 +0000
committerThomas Holder <thomas@thomas-holder.de>2019-10-14 16:01:14 +0000
commit060977b268ccccbe572113089412a1ad2fd8ae56 (patch)
tree61090c8054915000fd0be65d6e442452222eccfa /src
parentReduce memory leak in file preview (diff)
downloadinkscape-060977b268ccccbe572113089412a1ad2fd8ae56.tar.gz
inkscape-060977b268ccccbe572113089412a1ad2fd8ae56.zip
no "SPString" label for XML editor text nodes
Diffstat (limited to 'src')
-rw-r--r--src/object/sp-string.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/object/sp-string.cpp b/src/object/sp-string.cpp
index 64cc05bd9..ee38bfd96 100644
--- a/src/object/sp-string.cpp
+++ b/src/object/sp-string.cpp
@@ -53,7 +53,6 @@ void SPString::release() {
void SPString::read_content() {
- setLabel("SPString");
string.clear();
//XML Tree being used directly here while it shouldn't be.