From: buliabyak Date: Mon, 17 Aug 2009 18:32:35 +0000 (+0000) Subject: fix remaining issues of bug 407893 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=7537ecbeb9e15d9c974ef5fa8b39911f08173bf9;p=inkscape.git fix remaining issues of bug 407893 --- diff --git a/src/ui/dialog/inkscape-preferences.cpp b/src/ui/dialog/inkscape-preferences.cpp index 7275165a7..ba07597e7 100644 --- a/src/ui/dialog/inkscape-preferences.cpp +++ b/src/ui/dialog/inkscape-preferences.cpp @@ -321,7 +321,7 @@ void StyleFromSelectionToTool(Glib::ustring const &prefs_path, StyleSwatch *swat if (!css) return; // only store text style for the text tool - if (prefs_path == "/tools/text") { + if (prefs_path != "/tools/text") { css = sp_css_attr_unset_text (css); }