diff options
| author | Jabier Arraiza Cenoz <jabier.arraiza@marker.es> | 2013-10-16 10:05:16 +0000 |
|---|---|---|
| committer | Jabiertxof <jtx@jtx.marker.es> | 2013-10-16 10:05:16 +0000 |
| commit | 098590935052a42027c47f8635ae6f11cf35503b (patch) | |
| tree | 141ba0f404001acb91e6b173360c4485c453a0c8 /src/style.cpp | |
| parent | fixing bend warnings (diff) | |
| parent | add (commented-out) flag for C++11 compilation. (note that on Windows we use ... (diff) | |
| download | inkscape-098590935052a42027c47f8635ae6f11cf35503b.tar.gz inkscape-098590935052a42027c47f8635ae6f11cf35503b.zip | |
Update to trunk
(bzr r12588.1.17)
Diffstat (limited to 'src/style.cpp')
| -rw-r--r-- | src/style.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/style.cpp b/src/style.cpp index bea56e7b1..c581fde7b 100644 --- a/src/style.cpp +++ b/src/style.cpp @@ -2469,9 +2469,7 @@ sp_style_set_ipaint_to_uri(SPStyle *style, SPIPaint *paint, const Inkscape::URI if (paint->value.href->getObject()){ paint->value.href->detach(); } - } - if (paint->value.href) { try { paint->value.href->attach(*uri); } catch (Inkscape::BadURIException &e) { |
