summaryrefslogtreecommitdiffstats
path: root/src/live_effects/effect.cpp
diff options
context:
space:
mode:
authorbulia byak <buliabyak@gmail.com>2008-07-05 22:14:22 +0000
committerbuliabyak <buliabyak@users.sourceforge.net>2008-07-05 22:14:22 +0000
commitd10d41b6ab4c5571c6544338de2959ec4033454d (patch)
tree4ec2b3fc9dea6df3598609486655e7ad55980f24 /src/live_effects/effect.cpp
parentfix 245806 (diff)
downloadinkscape-d10d41b6ab4c5571c6544338de2959ec4033454d.tar.gz
inkscape-d10d41b6ab4c5571c6544338de2959ec4033454d.zip
move undo commits closer to the UI
(bzr r6195)
Diffstat (limited to 'src/live_effects/effect.cpp')
-rw-r--r--src/live_effects/effect.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/live_effects/effect.cpp b/src/live_effects/effect.cpp
index 384873018..339e5c833 100644
--- a/src/live_effects/effect.cpp
+++ b/src/live_effects/effect.cpp
@@ -197,9 +197,6 @@ Effect::createAndApply(const char* name, SPDocument *doc, SPItem *item)
gchar *href = g_strdup_printf("#%s", repr_id);
sp_lpe_item_add_path_effect(SP_LPE_ITEM(item), href, true);
g_free(href);
-
- sp_document_done(doc, SP_VERB_DIALOG_LIVE_PATH_EFFECT,
- _("Create and apply path effect"));
}
void