aboutsummaryrefslogtreecommitdiff
path: root/src/addrindex.c
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-01-26 06:14:42 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-01-26 06:14:42 +0000
commit0a29ffb9650075946e30615a2e1cdcfa2a988015 (patch)
treee3eb1417650f9b6261958ec80e47cc73c7863421 /src/addrindex.c
parentfe5e7d7f82d82dc82d045fca77b00af5308d4bf2 (diff)
added constant C_INTERNAL and CS_INTERNAL.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@41 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/addrindex.c')
-rw-r--r--src/addrindex.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/addrindex.c b/src/addrindex.c
index 07d57711..23956b2b 100644
--- a/src/addrindex.c
+++ b/src/addrindex.c
@@ -1114,8 +1114,7 @@ gint addrindex_write_to( AddressIndex *addrIndex, const gchar *newFile ) {
g_free( fileSpec );
if( pfile ) {
fp = pfile->fp;
- fprintf( fp, "<?xml version=\"1.0\" encoding=\"%s\" ?>\n",
- conv_get_internal_charset_str() );
+ fprintf( fp, "<?xml version=\"1.0\" encoding=\"%s\" ?>\n", CS_INTERNAL );
#endif
addrindex_write_elem_s( fp, 0, TAG_ADDRESS_INDEX );
fputs( ">\n", fp );