[evolution-patches] [gtkhtml] debug prints cleanup
- From: Radek Doulík <rodo novell com>
- To: Patches <evolution-patches ximian com>
- Cc: Rodrigo Moya <rodrigo novell com>, Rodney Dawes <dobey novell com>
- Subject: [evolution-patches] [gtkhtml] debug prints cleanup
- Date: Wed, 06 Apr 2005 11:35:01 +0200
Index: htmlengine.c
===================================================================
RCS file: /cvs/gnome/gtkhtml/src/htmlengine.c,v
retrieving revision 1.632
diff -u -p -r1.632 htmlengine.c
--- htmlengine.c 31 Mar 2005 12:44:42 -0000 1.632
+++ htmlengine.c 6 Apr 2005 08:18:03 -0000
@@ -799,7 +799,6 @@ close_flow (HTMLEngine *e, HTMLObject *c
static void
update_flow_align (HTMLEngine *e, HTMLObject *clue)
{
- printf ("update flow align\n");
if (e->flow != NULL) {
if (HTML_CLUE (e->flow)->head != NULL)
close_flow (e, clue);
@@ -1919,7 +1918,7 @@ element_parse_p (HTMLEngine *e, HTMLObje
html_string_tokenizer_tokenize (e->st, (gchar *)(str + 2), " >");
while (html_string_tokenizer_has_more_tokens (e->st)) {
token = html_string_tokenizer_next_token (e->st);
- printf ("p token: %s\n", token);
+
if (strncasecmp (token, "align=", 6) == 0) {
style = html_style_add_text_align (style, parse_halign (token + 6, HTML_HALIGN_NONE));
} else if (strncasecmp (token, "class=", 6) == 0) {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]