diff options
| author | Markus Engel <markus.engel@tum.de> | 2013-03-14 11:42:39 +0000 |
|---|---|---|
| committer | Markus Engel <markus.engel@tum.de> | 2013-03-14 11:42:39 +0000 |
| commit | a0a8d020201e0e38a63d9aa3dce228d7d9e6fb35 (patch) | |
| tree | 15eb1db63b425cb0a902cd259401ea2b556028d5 /src/sp-tspan.cpp | |
| parent | Added some virtual pad calls to SPObject. (diff) | |
| download | inkscape-a0a8d020201e0e38a63d9aa3dce228d7d9e6fb35.tar.gz inkscape-a0a8d020201e0e38a63d9aa3dce228d7d9e6fb35.zip | |
Various changes.
(bzr r11608.1.48)
Diffstat (limited to '')
| -rw-r--r-- | src/sp-tspan.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sp-tspan.cpp b/src/sp-tspan.cpp index e94733dee..d79177135 100644 --- a/src/sp-tspan.cpp +++ b/src/sp-tspan.cpp @@ -98,7 +98,7 @@ sp_tspan_class_init(SPTSpanClass *classname) tspan_parent_class = (SPItemClass*)g_type_class_ref(SP_TYPE_ITEM); - sp_object_class->build = sp_tspan_build; + //sp_object_class->build = sp_tspan_build; sp_object_class->release = sp_tspan_release; sp_object_class->set = sp_tspan_set; sp_object_class->update = sp_tspan_update; @@ -395,7 +395,7 @@ static void sp_textpath_class_init(SPTextPathClass *classname) gobject_class->finalize = sp_textpath_finalize; - sp_object_class->build = sp_textpath_build; + //sp_object_class->build = sp_textpath_build; sp_object_class->release = sp_textpath_release; sp_object_class->set = sp_textpath_set; sp_object_class->update = sp_textpath_update; |
