summaryrefslogtreecommitdiffstats
path: root/src/document-undo.cpp
diff options
context:
space:
mode:
authorJabier Arraiza Cenoz <jabier.arraiza@marker.es>2014-01-20 09:45:43 +0000
committerJabiertxof <jtx@jtx.marker.es>2014-01-20 09:45:43 +0000
commita9ead40d7ef23b967f42333ec58b54266a8553a5 (patch)
tree73841e63909abc4e982ca26f9dff122eb21e48d4 /src/document-undo.cpp
parentupdate to trunk (diff)
parentRevert changes from r12959 and r12955, impliment new stratedgy to fix bug #16... (diff)
downloadinkscape-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.cpp6
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;