summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: ef27e62)
raw | patch | inline | side by side (parent: ef27e62)
author | buliabyak <buliabyak@users.sourceforge.net> | |
Sun, 16 Dec 2007 06:49:59 +0000 (06:49 +0000) | ||
committer | buliabyak <buliabyak@users.sourceforge.net> | |
Sun, 16 Dec 2007 06:49:59 +0000 (06:49 +0000) |
src/style.cpp | patch | blob | history |
diff --git a/src/style.cpp b/src/style.cpp
index e0cd1e947d07e7c678f7760dfd5c1097cbabf67b..06855087808622d96ab168070dca9cf02c3a455b 100644 (file)
--- a/src/style.cpp
+++ b/src/style.cpp
}
if ( !css.str().empty() ) {
- retval = g_snprintf( b, len, "%s:%s;", key, css.gcharp() );
+ retval = g_snprintf( b, len, "%s:%s;", key, css.str().c_str() );
}
}