summaryrefslogtreecommitdiffstats
path: root/src/style-internal.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/style-internal.cpp')
-rw-r--r--src/style-internal.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/style-internal.cpp b/src/style-internal.cpp
index 18be536f3..bce687d7f 100644
--- a/src/style-internal.cpp
+++ b/src/style-internal.cpp
@@ -1099,6 +1099,7 @@ SPIString::read( gchar const *str ) {
Glib::ustring str_temp(str);
if (id() == SP_ATTR_D && style_src == SP_STYLE_SRC_ATTRIBUTE) {
set = false;
+ return;
}
if (id() == SP_PROP_FONT_FAMILY) {
// Family names may be quoted in CSS, internally we use unquoted names.