diff options
Diffstat (limited to 'src/object/color-profile.cpp')
| -rw-r--r-- | src/object/color-profile.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/object/color-profile.cpp b/src/object/color-profile.cpp index 9b7d25d98..0e6d5e08d 100644 --- a/src/object/color-profile.cpp +++ b/src/object/color-profile.cpp @@ -350,7 +350,7 @@ void ColorProfile::set(SPAttributeEnum key, gchar const *value) { g_warning("this has no document. using active"); } //# 1. Get complete URI of document - gchar const *docbase = doc->getURI(); + gchar const *docbase = doc->getDocumentURI(); Inkscape::URI docUri(""); if (docbase) { // The file has already been saved |
