aboutsummaryrefslogtreecommitdiff
path: root/src/xml.c
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-01-18 10:50:43 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-01-18 10:50:43 +0000
commit295bd43a38d1b785183ba1599e78fa6fbbcd8e02 (patch)
tree1e872659029f80928f3f98b4352aae8888a6928d /src/xml.c
parent3fec59fac205ff4588f8afe93b28943b31f9ab8d (diff)
implemented the migration of configuration.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@14 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/xml.c')
-rw-r--r--src/xml.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/xml.c b/src/xml.c
index f0ad1c2c..fac7b8fb 100644
--- a/src/xml.c
+++ b/src/xml.c
@@ -1,6 +1,6 @@
/*
* Sylpheed -- a GTK+ based, lightweight, and fast e-mail client
- * Copyright (C) 1999-2004 Hiroyuki Yamamoto
+ * Copyright (C) 1999-2005 Hiroyuki Yamamoto
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -176,7 +176,6 @@ gint xml_get_dtd(XMLFile *file)
bufp += 9;
extract_quote(bufp, '"');
file->encoding = g_strdup(bufp);
- g_print("encoding = %s\n", bufp);
} else
file->encoding =
g_strdup(conv_get_internal_charset_str());