summaryrefslogtreecommitdiffstats
path: root/src/style.cpp
diff options
context:
space:
mode:
authorJabier Arraiza Cenoz <jabier.arraiza@marker.es>2014-03-08 09:08:35 +0000
committerJabiertxof <jtx@jtx.marker.es>2014-03-08 09:08:35 +0000
commit922cfce377ff0307f3991ba0ea22ee0a37d6c627 (patch)
tree0d563c0c227f2f83442f91411e3a2cec5e078cb5 /src/style.cpp
parentupdate to trunk (diff)
parentReconnect correctly as documents are replaced. (diff)
downloadinkscape-922cfce377ff0307f3991ba0ea22ee0a37d6c627.tar.gz
inkscape-922cfce377ff0307f3991ba0ea22ee0a37d6c627.zip
update to trunk
(bzr r11950.1.287)
Diffstat (limited to 'src/style.cpp')
-rw-r--r--src/style.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/style.cpp b/src/style.cpp
index 7ad9749f0..ad5aa17ae 100644
--- a/src/style.cpp
+++ b/src/style.cpp
@@ -3731,7 +3731,7 @@ sp_style_read_ipaintorder(SPIPaintOrder *val, gchar const *str)
val->layer[i] = SP_CSS_PAINT_ORDER_STROKE;
val->layer_set[i] = true;
used[1] = true;
- } else if( !strcmp( c[i], "marker")) {
+ } else if( !strcmp( c[i], "markers")) {
val->layer[i] = SP_CSS_PAINT_ORDER_MARKER;
val->layer_set[i] = true;
used[2] = true;