Code

whitespace
[inkscape.git] / src / text-chemistry.cpp
index e1eaa47fb98e6735167471dd87573714444c1d8a..ef5bd90bf3a48efb2facdb28edfad890f1bd4af5 100644 (file)
@@ -221,9 +221,9 @@ text_remove_from_path()
     if (!did) {
         sp_desktop_message_stack(desktop)->flash(Inkscape::ERROR_MESSAGE, _("<b>No texts-on-paths</b> in the selection."));
     } else {
-        selection->setList(g_slist_copy((GSList *) selection->itemList())); // reselect to update statusbar description
         sp_document_done(sp_desktop_document(desktop), SP_VERB_CONTEXT_TEXT, 
                          _("Remove text from path"));
+        selection->setList(g_slist_copy((GSList *) selection->itemList())); // reselect to update statusbar description
     }
 }