diff options
| author | Marc Jeanmougin <marc@jeanmougin.fr> | 2015-12-18 22:31:07 +0000 |
|---|---|---|
| committer | Marc Jeanmougin <marcjeanmougin@free.fr> | 2015-12-18 22:31:07 +0000 |
| commit | 38f4e0e9aeb0696939475ce9450a20b281144d27 (patch) | |
| tree | 81de96cf319a1d3bb74a7e06d99f43053bdf6f5d /src/color-profile.cpp | |
| parent | Tutorials. German and Greek translations update. (diff) | |
| download | inkscape-38f4e0e9aeb0696939475ce9450a20b281144d27.tar.gz inkscape-38f4e0e9aeb0696939475ce9450a20b281144d27.zip | |
brings back CMS tab
Fixed bugs:
- https://launchpad.net/bugs/1504612
(bzr r14537)
Diffstat (limited to 'src/color-profile.cpp')
| -rw-r--r-- | src/color-profile.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/color-profile.cpp b/src/color-profile.cpp index 34f1b0155..bcefe994a 100644 --- a/src/color-profile.cpp +++ b/src/color-profile.cpp @@ -271,6 +271,7 @@ void ColorProfile::build(SPDocument *document, Inkscape::XML::Node *repr) { SPObject::build(document, repr); this->readAttr( "xlink:href" ); + this->readAttr( "id" ); this->readAttr( "local" ); this->readAttr( "name" ); this->readAttr( "rendering-intent" ); |
