summaryrefslogtreecommitdiffstats
path: root/src/text-chemistry.cpp
diff options
context:
space:
mode:
authorbulia byak <buliabyak@gmail.com>2007-12-30 07:46:30 +0000
committerbuliabyak <buliabyak@users.sourceforge.net>2007-12-30 07:46:30 +0000
commitf689736d0d12bc8d8374f223288272529face714 (patch)
tree6431a389d1986c28ad767b0fd4dbd50bd6e51927 /src/text-chemistry.cpp
parentStrip out Pango markup from tooltips (fixes bug #167640) (diff)
downloadinkscape-f689736d0d12bc8d8374f223288272529face714.tar.gz
inkscape-f689736d0d12bc8d8374f223288272529face714.zip
fix bug 168751 (sf1749738)
(bzr r4340)
Diffstat (limited to 'src/text-chemistry.cpp')
-rw-r--r--src/text-chemistry.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/text-chemistry.cpp b/src/text-chemistry.cpp
index e1eaa47fb..ef5bd90bf 100644
--- a/src/text-chemistry.cpp
+++ b/src/text-chemistry.cpp
@@ -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
}
}