diff options
| author | Jabier Arraiza Cenoz <jabier.arraiza@marker.es> | 2015-12-02 17:39:59 +0000 |
|---|---|---|
| committer | jabiertxof <jabier.arraiza@marker.es> | 2015-12-02 17:39:59 +0000 |
| commit | dc6693bd22141b4bcecdc023bebf826f08baa0de (patch) | |
| tree | ac197bf020063d26d9fd807980307395bc3255c3 /src/attributes.h | |
| parent | Add lock to guides (diff) | |
| download | inkscape-dc6693bd22141b4bcecdc023bebf826f08baa0de.tar.gz inkscape-dc6693bd22141b4bcecdc023bebf826f08baa0de.zip | |
Reorder attribute lock to better position
(bzr r14500.1.2)
Diffstat (limited to 'src/attributes.h')
| -rw-r--r-- | src/attributes.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/attributes.h b/src/attributes.h index d5bb20ca3..bb15590a1 100644 --- a/src/attributes.h +++ b/src/attributes.h @@ -118,7 +118,6 @@ enum SPAttributeEnum { SP_ATTR_INKSCAPE_SNAP_PAGE_BORDER, SP_ATTR_INKSCAPE_CURRENT_LAYER, SP_ATTR_INKSCAPE_DOCUMENT_UNITS, - SP_ATTR_INKSCAPE_LOCKED, SP_ATTR_UNITS, SP_ATTR_INKSCAPE_CONNECTOR_SPACING, /* SPColorProfile */ @@ -129,6 +128,7 @@ enum SPAttributeEnum { SP_ATTR_ORIENTATION, SP_ATTR_POSITION, SP_ATTR_INKSCAPE_COLOR, + SP_ATTR_INKSCAPE_LOCKED, /* SPImage */ SP_ATTR_X, SP_ATTR_Y, |
