summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorbulia byak <buliabyak@gmail.com>2009-08-17 18:32:35 +0000
committerbuliabyak <buliabyak@users.sourceforge.net>2009-08-17 18:32:35 +0000
commit6938e3ea9b244c90189ea1df9902f407d2f832a3 (patch)
tree30e3161128b7505a670e97e7a73b8df0cb608a54 /src
parentfix ctrl+arrow keys not working after startup (diff)
downloadinkscape-6938e3ea9b244c90189ea1df9902f407d2f832a3.tar.gz
inkscape-6938e3ea9b244c90189ea1df9902f407d2f832a3.zip
fix remaining issues of bug 407893
(bzr r8499)
Diffstat (limited to 'src')
-rw-r--r--src/ui/dialog/inkscape-preferences.cpp2
1 files changed, 1 insertions, 1 deletions
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);
}