Mercurial > pidgin.yaz
comparison src/log.c @ 9883:49900c3a8f55
[gaim-migrate @ 10763]
GRR
committer: Tailor Script <tailor@pidgin.im>
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Thu, 26 Aug 2004 04:29:38 +0000 |
parents | 34b468bdc1c5 |
children | 284a84477ee9 |
comparison
equal
deleted
inserted
replaced
9882:1d2cf6e8ca8f | 9883:49900c3a8f55 |
---|---|
345 char *acct_name = g_strdup(gaim_normalize(log->account, | 345 char *acct_name = g_strdup(gaim_normalize(log->account, |
346 gaim_account_get_username(log->account))); | 346 gaim_account_get_username(log->account))); |
347 char *target; | 347 char *target; |
348 char *dir; | 348 char *dir; |
349 char *filename, *path; | 349 char *filename, *path; |
350 | |
351 printf("%s\n", acct_name); | |
352 | 350 |
353 if (log->type == GAIM_LOG_CHAT) { | 351 if (log->type == GAIM_LOG_CHAT) { |
354 target = g_strdup_printf("%s.chat", gaim_normalize(log->account, | 352 target = g_strdup_printf("%s.chat", gaim_normalize(log->account, |
355 log->name)); | 353 log->name)); |
356 } else if(log->type == GAIM_LOG_SYSTEM) { | 354 } else if(log->type == GAIM_LOG_SYSTEM) { |