summaryrefslogtreecommitdiffstats
path: root/src/attributes.cpp
diff options
context:
space:
mode:
authorMarc Jeanmougin <marc@jeanmougin.fr>2015-12-08 08:29:33 +0000
committerMarc Jeanmougin <marcjeanmougin@free.fr>2015-12-08 08:29:33 +0000
commit5e5f10dfcca24194acdcb4b301f9e989ddc6e209 (patch)
tree9287d4cdc6ff3281620a65091fb9a3ccd13c9b79 /src/attributes.cpp
parentfix crash (oops) (diff)
parentmerge lp:~inkscape.dev/inkscape/lock_guides (diff)
downloadinkscape-5e5f10dfcca24194acdcb4b301f9e989ddc6e209.tar.gz
inkscape-5e5f10dfcca24194acdcb4b301f9e989ddc6e209.zip
update to trunk + resolve conflicts
(bzr r14504.1.9)
Diffstat (limited to 'src/attributes.cpp')
-rw-r--r--src/attributes.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/attributes.cpp b/src/attributes.cpp
index d373dbc68..ad6a51c88 100644
--- a/src/attributes.cpp
+++ b/src/attributes.cpp
@@ -117,6 +117,7 @@ static SPStyleProp const props[] = {
{SP_ATTR_INKSCAPE_SNAP_PAGE_BORDER, "inkscape:snap-page"},
{SP_ATTR_INKSCAPE_CURRENT_LAYER, "inkscape:current-layer"},
{SP_ATTR_INKSCAPE_DOCUMENT_UNITS, "inkscape:document-units"}, // This setting sets the Display units, *not* the units used in SVG
+ {SP_ATTR_INKSCAPE_LOCKGUIDES, "inkscape:lockguides"},
{SP_ATTR_UNITS, "units"},
{SP_ATTR_INKSCAPE_CONNECTOR_SPACING, "inkscape:connector-spacing"},
/* SPColorProfile */
@@ -127,6 +128,7 @@ static SPStyleProp const props[] = {
{SP_ATTR_ORIENTATION, "orientation"},
{SP_ATTR_POSITION, "position"},
{SP_ATTR_INKSCAPE_COLOR, "inkscape:color"},
+ {SP_ATTR_INKSCAPE_LOCKED, "inkscape:locked"},
/* SPImage */
{SP_ATTR_X, "x"},
{SP_ATTR_Y, "y"},