summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJabiertxof <jabier.arraiza@marker.es>2019-06-21 16:41:54 +0000
committerJabier Arraiza <jabier.arraiza@marker.es>2019-07-08 21:04:16 +0000
commit4099c49ea06d440820fc7652a0699c1b847a9fca (patch)
treeb4030c2a464a85ef93d700ed5a64e563414c38fd /src
parentBug fixing of update colors (diff)
downloadinkscape-4099c49ea06d440820fc7652a0699c1b847a9fca.tar.gz
inkscape-4099c49ea06d440820fc7652a0699c1b847a9fca.zip
Refctor of Adam Belis icons to fit new system and fix bug compiling
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 bfb4b7cd5..723d69500 100644
--- a/src/ui/dialog/inkscape-preferences.cpp
+++ b/src/ui/dialog/inkscape-preferences.cpp
@@ -691,7 +691,7 @@ void InkscapePreferences::resetIconsColors()
prefs->setInt("/theme/" + themeiconname + "/symbolicSuccessColor", colorsetsuccess);
prefs->setInt("/theme/" + themeiconname + "/symbolicWarningColor", colorsetwarning);
prefs->setInt("/theme/" + themeiconname + "/symbolicErrorColor", colorseterror);
- if (prefs->getBool("/theme/symbolicDefaultColors", true) {
+ if (prefs->getBool("/theme/symbolicDefaultColors", true)) {
_symbolic_base_color.setSensitive(false);
_symbolic_success_color.setSensitive(false);
_symbolic_warning_color.setSensitive(false);