diff options
| author | Jabier Arraiza Cenoz <jabier.arraiza@marker.es> | 2014-03-03 21:40:46 +0000 |
|---|---|---|
| committer | Jabiertxof <jtx@jtx.marker.es> | 2014-03-03 21:40:46 +0000 |
| commit | e2a8d963d727bd0e6d93ea7f628a9ade542bf564 (patch) | |
| tree | 8c3b2d77d75bfd9ab347584508f34c40595a34b2 /src/document-private.h | |
| parent | update to trunk (diff) | |
| parent | code cleanup (diff) | |
| download | inkscape-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.h | 2 |
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 */ |
