diff options
| author | Jabier Arraiza Cenoz <jabier.arraiza@marker.es> | 2014-01-20 09:45:43 +0000 |
|---|---|---|
| committer | Jabiertxof <jtx@jtx.marker.es> | 2014-01-20 09:45:43 +0000 |
| commit | a9ead40d7ef23b967f42333ec58b54266a8553a5 (patch) | |
| tree | 73841e63909abc4e982ca26f9dff122eb21e48d4 /src/document-undo.cpp | |
| parent | update to trunk (diff) | |
| parent | Revert changes from r12959 and r12955, impliment new stratedgy to fix bug #16... (diff) | |
| download | inkscape-a9ead40d7ef23b967f42333ec58b54266a8553a5.tar.gz inkscape-a9ead40d7ef23b967f42333ec58b54266a8553a5.zip | |
update to trunk
(bzr r11950.1.236)
Diffstat (limited to 'src/document-undo.cpp')
| -rw-r--r-- | src/document-undo.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/document-undo.cpp b/src/document-undo.cpp index 312ccb7f8..39c8a04a0 100644 --- a/src/document-undo.cpp +++ b/src/document-undo.cpp @@ -155,7 +155,7 @@ void Inkscape::DocumentUndo::maybeDone(SPDocument *doc, const gchar *key, const { g_assert (doc != NULL); g_assert (doc->priv != NULL); - g_assert (doc->priv->sensitive); + g_assert (doc->priv->sensitive); if ( key && !*key ) { g_warning("Blank undo key specified."); } @@ -204,7 +204,7 @@ void Inkscape::DocumentUndo::cancel(SPDocument *doc) { g_assert (doc != NULL); g_assert (doc->priv != NULL); - g_assert (doc->priv->sensitive); + g_assert (doc->priv->sensitive); sp_repr_rollback (doc->rdoc); @@ -287,7 +287,7 @@ gboolean Inkscape::DocumentUndo::redo(SPDocument *doc) g_assert (doc != NULL); g_assert (doc->priv != NULL); - g_assert (doc->priv->sensitive); + g_assert (doc->priv->sensitive); doc->priv->sensitive = FALSE; doc->priv->seeking = true; |
