diff options
| author | Nicolas Dufour <nicoduf@yahoo.fr> | 2016-11-26 14:17:37 +0000 |
|---|---|---|
| committer | JazzyNico <nicoduf@yahoo.fr> | 2016-11-26 14:17:37 +0000 |
| commit | 99f09b7d85ae6ce6ce34cd5cb64132f2222da09e (patch) | |
| tree | e9bc88e467f2b809d6a5999af28a81d4f3db321f /src | |
| parent | Translations/Packaging: Convert Danish translation to UTF8 (diff) | |
| download | inkscape-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')
| -rw-r--r-- | src/color-profile.cpp | 2 |
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); |
