diff options
| author | Tavmjong Bah <tavmjong@free.fr> | 2019-02-20 09:50:38 +0000 |
|---|---|---|
| committer | Tavmjong Bah <tavmjong@free.fr> | 2019-02-20 09:50:38 +0000 |
| commit | 774bee47ed685bd666173cb4d1664933217371c9 (patch) | |
| tree | 077955bb8b312b64b308fbd2ab1a32ee5989f605 /src/object/color-profile.cpp | |
| parent | Fix Window centering LPEDialog (diff) | |
| download | inkscape-774bee47ed685bd666173cb4d1664933217371c9.tar.gz inkscape-774bee47ed685bd666173cb4d1664933217371c9.zip | |
Give more descriptive names to document file related variables and functions.
Makes searching through code for them easier.
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 |
