summaryrefslogtreecommitdiffstats
path: root/src/style.cpp
diff options
context:
space:
mode:
authorJabier Arraiza Cenoz <jabier.arraiza@marker.es>2013-10-16 10:05:16 +0000
committerJabiertxof <jtx@jtx.marker.es>2013-10-16 10:05:16 +0000
commit098590935052a42027c47f8635ae6f11cf35503b (patch)
tree141ba0f404001acb91e6b173360c4485c453a0c8 /src/style.cpp
parentfixing bend warnings (diff)
parentadd (commented-out) flag for C++11 compilation. (note that on Windows we use ... (diff)
downloadinkscape-098590935052a42027c47f8635ae6f11cf35503b.tar.gz
inkscape-098590935052a42027c47f8635ae6f11cf35503b.zip
Update to trunk
(bzr r12588.1.17)
Diffstat (limited to 'src/style.cpp')
-rw-r--r--src/style.cpp2
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) {