summaryrefslogtreecommitdiffstats
path: root/src/color-profile.cpp
diff options
context:
space:
mode:
authorNicolas Dufour <nicoduf@yahoo.fr>2016-11-26 14:17:37 +0000
committerJazzyNico <nicoduf@yahoo.fr>2016-11-26 14:17:37 +0000
commit99f09b7d85ae6ce6ce34cd5cb64132f2222da09e (patch)
treee9bc88e467f2b809d6a5999af28a81d4f3db321f /src/color-profile.cpp
parentTranslations/Packaging: Convert Danish translation to UTF8 (diff)
downloadinkscape-99f09b7d85ae6ce6ce34cd5cb64132f2222da09e.tar.gz
inkscape-99f09b7d85ae6ce6ce34cd5cb64132f2222da09e.zip
[Bug #1644886] Color profiles not loaded on Windows (partial fix).
Fixed bugs: - https://launchpad.net/bugs/1644886 (bzr r15277)
Diffstat (limited to 'src/color-profile.cpp')
-rw-r--r--src/color-profile.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/color-profile.cpp b/src/color-profile.cpp
index 6ebf40f2c..7a4dcc1cd 100644
--- a/src/color-profile.cpp
+++ b/src/color-profile.cpp
@@ -307,7 +307,7 @@ void ColorProfile::set(unsigned key, gchar const *value) {
//# 1. Get complete URI of document
gchar const *docbase = doc->getURI();
- gchar* escaped = g_uri_escape_string(this->href, "!*'();:@=+$,/?#", TRUE);
+ gchar* escaped = g_uri_escape_string(this->href, "!*'();@=+$,/?#", TRUE);
//g_message("docbase:%s\n", docbase);
//org::w3c::dom::URI docUri(docbase);