summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 7e2a680)
raw | patch | inline | side by side (parent: 7e2a680)
author | buliabyak <buliabyak@users.sourceforge.net> | |
Wed, 14 Mar 2007 23:52:34 +0000 (23:52 +0000) | ||
committer | buliabyak <buliabyak@users.sourceforge.net> | |
Wed, 14 Mar 2007 23:52:34 +0000 (23:52 +0000) |
src/style.cpp | patch | blob | history |
diff --git a/src/style.cpp b/src/style.cpp
index 3fcc5a3388d6b45b6afd7b439f36b3f051a9568c..07ea4a49a4c39eba85eb3121fcd02901d71110ad 100644 (file)
--- a/src/style.cpp
+++ b/src/style.cpp
style->cloned = true;
}
- /* 1. Style itself */
+ /* 1. Style attribute */
gchar const *val = repr->attribute("style");
if (val != NULL) {
sp_style_merge_from_style_string(style, val);