diff options
| author | Tavmjong Bah <tavmjong@free.fr> | 2011-09-16 07:12:03 +0000 |
|---|---|---|
| committer | tavmjong-free <tavmjong@free.fr> | 2011-09-16 07:12:03 +0000 |
| commit | 043e682872b382312e0dc58c197ce452b1cf6766 (patch) | |
| tree | 9ed1315b0ecd58fef5e156cca94f92986e1db9ee /src/xml/repr-css.cpp | |
| parent | Fix incorrect argument in call to varargs function in xml/repr-css.cpp (diff) | |
| download | inkscape-043e682872b382312e0dc58c197ce452b1cf6766.tar.gz inkscape-043e682872b382312e0dc58c197ce452b1cf6766.zip | |
Remove left over debug g_warning... and the cause of compilation problems.
(bzr r10631)
Diffstat (limited to 'src/xml/repr-css.cpp')
| -rw-r--r-- | src/xml/repr-css.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/xml/repr-css.cpp b/src/xml/repr-css.cpp index 8e8042dfd..7db1e8b86 100644 --- a/src/xml/repr-css.cpp +++ b/src/xml/repr-css.cpp @@ -232,7 +232,6 @@ sp_repr_css_write_string(SPCSSAttr *css) } } else { buffer.append(iter->value); // unquoted - g_warning("sp_repr_css_write_string: %s %s", g_quark_to_string(iter->key), iter->value.pointer() ); } if (rest(iter)) { @@ -316,7 +315,7 @@ sp_repr_css_merge_from_decl(SPCSSAttr *css, CRDeclaration const *const decl) Inkscape::CSSOStringStream os; if( number_valid ) os << number; if( character_valid ) os << characters; - + ((Node *) css)->setAttribute(decl->property->stryng->str, os.str().c_str(), false); g_free(value_unquoted); g_free(str_value); |
