diff options
| author | Ralf Stephan <ralf@ark.in-berlin.de> | 2006-02-15 19:04:29 +0000 |
|---|---|---|
| committer | rwst <rwst@users.sourceforge.net> | 2006-02-15 19:04:29 +0000 |
| commit | 7b0114087822b9f011d740f1279d1d9ed983a88c (patch) | |
| tree | 159bd147d5a3b2daa65b327dd3f5d0b2e764eeb9 /src/document-undo.cpp | |
| parent | fix 1432089: stroke is not drawn not only when it's not set but also when it'... (diff) | |
| download | inkscape-7b0114087822b9f011d740f1279d1d9ed983a88c.tar.gz inkscape-7b0114087822b9f011d740f1279d1d9ed983a88c.zip | |
bulk trailing spaces removal. consistency through MD5 of binary
(bzr r149)
Diffstat (limited to 'src/document-undo.cpp')
| -rw-r--r-- | src/document-undo.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/document-undo.cpp b/src/document-undo.cpp index 226d38127..f37a3fcaf 100644 --- a/src/document-undo.cpp +++ b/src/document-undo.cpp @@ -67,12 +67,12 @@ /* * Undo & redo */ -/** +/** * Set undo sensitivity. * - * \note + * \note * Since undo sensitivity needs to be nested, setting undo sensitivity - * should be done like this: + * should be done like this: *\verbatim gboolean saved = sp_document_get_undo_sensitive(document); sp_document_set_undo_sensitive(document, FALSE); @@ -231,7 +231,7 @@ sp_document_undo (SPDocument *doc) doc->priv->sensitive = TRUE; - if (ret) + if (ret) inkscape_external_change(); return ret; @@ -275,7 +275,7 @@ sp_document_redo (SPDocument *doc) doc->priv->sensitive = TRUE; - if (ret) + if (ret) inkscape_external_change(); return ret; |
