From d10d41b6ab4c5571c6544338de2959ec4033454d Mon Sep 17 00:00:00 2001 From: bulia byak Date: Sat, 5 Jul 2008 22:14:22 +0000 Subject: move undo commits closer to the UI (bzr r6195) --- src/live_effects/effect.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/live_effects/effect.cpp') 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 -- cgit v1.2.3