summaryrefslogtreecommitdiffstats
path: root/src/ui
diff options
context:
space:
mode:
authorMark Harmer <drivehappy@gmail.com>2016-06-14 12:33:17 +0000
committerJazzyNico <nicoduf@yahoo.fr>2016-06-14 12:33:17 +0000
commit41c854edad820e281097f6ba8f17ea89521155ea (patch)
tree6c499ea7f95c4a588cc0061f56770e4b56b14118 /src/ui
parentMerging lp:~inkscape+alexander/inkscape/comments into lp:inkscape. (diff)
downloadinkscape-41c854edad820e281097f6ba8f17ea89521155ea.tar.gz
inkscape-41c854edad820e281097f6ba8f17ea89521155ea.zip
[Bug #1300865] lcms2: crash in Fill and Stroke if linked color profile is missing on local system.
Fixed bugs: - https://launchpad.net/bugs/1300865 (bzr r14987)
Diffstat (limited to 'src/ui')
-rw-r--r--src/ui/widget/color-icc-selector.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ui/widget/color-icc-selector.cpp b/src/ui/widget/color-icc-selector.cpp
index b422892fe..e4f58fe8a 100644
--- a/src/ui/widget/color-icc-selector.cpp
+++ b/src/ui/widget/color-icc-selector.cpp
@@ -633,9 +633,10 @@ void ColorICCSelectorImpl::_switchToProfile(gchar const *name)
#endif // DEBUG_LCMS
tmp.set(SP_RGBA32_U_COMPOSE(pre[0], pre[1], pre[2], 0xff));
}
+
+ dirty = true;
}
}
- dirty = true;
}
}
else {