diff options
author | Not Zed <NotZed@Ximian.com> | 2005-01-18 13:32:19 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2005-01-18 13:32:19 +0800 |
commit | c075b7d96c7c9e4bbfc32f1541c96c6a3ef538e3 (patch) | |
tree | e8d21d0b47fa689138ebee5159b33255051cb404 /mail/em-format-html.c | |
parent | 5d2343810cde0d4dca4e9a18abea26ac32dbb700 (diff) | |
download | gsoc2013-evolution-c075b7d96c7c9e4bbfc32f1541c96c6a3ef538e3.tar.gz gsoc2013-evolution-c075b7d96c7c9e4bbfc32f1541c96c6a3ef538e3.tar.zst gsoc2013-evolution-c075b7d96c7c9e4bbfc32f1541c96c6a3ef538e3.zip |
kill old 'load http 0 now=0' debug.
2005-01-18 Not Zed <NotZed@Ximian.com>
* em-format-html.c (emfh_gethttp): kill old 'load http 0 now=0' debug.
** See bug #70563.
* em-utils.c (emu_set_proxy, emu_proxy_setup)
(em_utils_get_proxy_uri): make sure the init code is called from
main thread (gconf usage), and add locking for data consistency.
svn path=/trunk/; revision=28424
Diffstat (limited to 'mail/em-format-html.c')
-rw-r--r-- | mail/em-format-html.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mail/em-format-html.c b/mail/em-format-html.c index 35c98414c8..36d6b6a9af 100644 --- a/mail/em-format-html.c +++ b/mail/em-format-html.c @@ -453,7 +453,6 @@ static void emfh_gethttp(struct _EMFormatHTMLJob *job, int cancelled) if (instream == NULL) { char *proxy; - printf(" load http %d now=%d\n", job->format->load_http, job->format->load_http_now); if (!(job->format->load_http_now || job->format->load_http == MAIL_CONFIG_HTTP_ALWAYS |