diff options
| author | Tavmjong Bah <tavmjong@free.fr> | 2014-12-24 10:27:30 +0000 |
|---|---|---|
| committer | tavmjong-free <tavmjong@free.fr> | 2014-12-24 10:27:30 +0000 |
| commit | c10ae6598c095b0273672f764f0fe0e684c94b87 (patch) | |
| tree | d837f1351dc1aa71f23eaf063b805e64cb4d336b /src/sp-clippath.cpp | |
| parent | Add missing SPStyle::readFromPrefs(), remove sp_style_read_from_prefs(). (diff) | |
| download | inkscape-c10ae6598c095b0273672f764f0fe0e684c94b87.tar.gz inkscape-c10ae6598c095b0273672f764f0fe0e684c94b87.zip | |
Remove sp_style_read_from_object()
(bzr r13822.1.3)
Diffstat (limited to 'src/sp-clippath.cpp')
| -rw-r--r-- | src/sp-clippath.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sp-clippath.cpp b/src/sp-clippath.cpp index 8e2e7d7a6..5065f25c3 100644 --- a/src/sp-clippath.cpp +++ b/src/sp-clippath.cpp @@ -103,7 +103,7 @@ void SPClipPath::set(unsigned int key, const gchar* value) { break; default: if (SP_ATTRIBUTE_IS_CSS(key)) { - sp_style_read_from_object(this->style, this); + this->style->readFromObject( this ); this->requestDisplayUpdate(SP_OBJECT_MODIFIED_FLAG | SP_OBJECT_STYLE_MODIFIED_FLAG); } else { SPObjectGroup::set(key, value); |
