diff options
| author | Jabier Arraiza Cenoz <jabier.arraiza@marker.es> | 2014-03-18 20:06:37 +0000 |
|---|---|---|
| committer | Jabiertxof <jtx@jtx.marker.es> | 2014-03-18 20:06:37 +0000 |
| commit | 5ea50da1809d7c851b97c448588757ec33a0145e (patch) | |
| tree | f1a669fc9d1647600ced5fa28d8e8c5af3af9cf0 /src/color-profile.cpp | |
| parent | update to trunk (diff) | |
| parent | Fix for Bug #1291546 (Linking color profile from Document properties dialog c... (diff) | |
| download | inkscape-5ea50da1809d7c851b97c448588757ec33a0145e.tar.gz inkscape-5ea50da1809d7c851b97c448588757ec33a0145e.zip | |
update to trunk
(bzr r11950.1.300)
Diffstat (limited to 'src/color-profile.cpp')
| -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 09eaa36e5..ed4b9029e 100644 --- a/src/color-profile.cpp +++ b/src/color-profile.cpp @@ -339,7 +339,7 @@ void ColorProfile::set(unsigned key, gchar const *value) { Inkscape::URI hrefUri(escaped); //# 3. Resolve the href according the docBase. This follows // the w3c specs. All absolute and relative issues are considered - std::string fullpath = docUri.getFullPath(hrefUri.getFullPath("")); + std::string fullpath = hrefUri.getFullPath(docUri.getFullPath("")); gchar* fullname = g_uri_unescape_string(fullpath.c_str(), ""); this->impl->_clearProfile(); |
