summaryrefslogtreecommitdiffstats
path: root/src/sp-text.cpp
diff options
context:
space:
mode:
authorMarkus Engel <markus.engel@tum.de>2013-03-14 11:42:39 +0000
committerMarkus Engel <markus.engel@tum.de>2013-03-14 11:42:39 +0000
commita0a8d020201e0e38a63d9aa3dce228d7d9e6fb35 (patch)
tree15eb1db63b425cb0a902cd259401ea2b556028d5 /src/sp-text.cpp
parentAdded some virtual pad calls to SPObject. (diff)
downloadinkscape-a0a8d020201e0e38a63d9aa3dce228d7d9e6fb35.tar.gz
inkscape-a0a8d020201e0e38a63d9aa3dce228d7d9e6fb35.zip
Various changes.
(bzr r11608.1.48)
Diffstat (limited to 'src/sp-text.cpp')
-rw-r--r--src/sp-text.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sp-text.cpp b/src/sp-text.cpp
index 56b76a94f..0f3ea87dd 100644
--- a/src/sp-text.cpp
+++ b/src/sp-text.cpp
@@ -115,7 +115,7 @@ sp_text_class_init (SPTextClass *classname)
text_parent_class = (SPItemClass*)g_type_class_ref (SP_TYPE_ITEM);
sp_object_class->release = sp_text_release;
- sp_object_class->build = sp_text_build;
+ //sp_object_class->build = sp_text_build;
sp_object_class->set = sp_text_set;
sp_object_class->child_added = sp_text_child_added;
sp_object_class->remove_child = sp_text_remove_child;