summaryrefslogtreecommitdiffstats
path: root/src/document-private.h
diff options
context:
space:
mode:
authorJabier Arraiza Cenoz <jabier.arraiza@marker.es>2014-03-03 21:40:46 +0000
committerJabiertxof <jtx@jtx.marker.es>2014-03-03 21:40:46 +0000
commite2a8d963d727bd0e6d93ea7f628a9ade542bf564 (patch)
tree8c3b2d77d75bfd9ab347584508f34c40595a34b2 /src/document-private.h
parentupdate to trunk (diff)
parentcode cleanup (diff)
downloadinkscape-e2a8d963d727bd0e6d93ea7f628a9ade542bf564.tar.gz
inkscape-e2a8d963d727bd0e6d93ea7f628a9ade542bf564.zip
update to trunk
(bzr r11950.1.270)
Diffstat (limited to 'src/document-private.h')
-rw-r--r--src/document-private.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/document-private.h b/src/document-private.h
index 35f21910c..4560aa28f 100644
--- a/src/document-private.h
+++ b/src/document-private.h
@@ -61,7 +61,7 @@ struct SPDocumentPrivate {
SPDocument::CommitSignal commit_signal;
/* Undo/Redo state */
- bool sensitive: true; /* If we save actions to undo stack */
+ bool sensitive; /* If we save actions to undo stack */
Inkscape::XML::Event * partial; /* partial undo log when interrupted */
int history_size;
GSList * undo; /* Undo stack of reprs */