diff options
| author | VinÃcius dos Santos Oliveira <vini.ipsmaker@gmail.com> | 2013-10-15 05:29:34 +0000 |
|---|---|---|
| committer | VinÃcius dos Santos Oliveira <vini.ipsmaker@gmail.com> | 2013-10-15 05:29:34 +0000 |
| commit | c8e1876f32aa245e542ca6c21e69355ad328f909 (patch) | |
| tree | 8ba4353a7e18fe12d9b49170c09912ef95527720 /src/style.cpp | |
| parent | Fix tangent calculation for counter-clockwise arcs. (diff) | |
| parent | Remove duplicate if statement (diff) | |
| download | inkscape-c8e1876f32aa245e542ca6c21e69355ad328f909.tar.gz inkscape-c8e1876f32aa245e542ca6c21e69355ad328f909.zip | |
Merging lp:~novalis/inkscape/cleanup branch
(bzr r12688)
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) { |
