Mercurial > pidgin
comparison src/log.c @ 7618:53e38b1ce00a
[gaim-migrate @ 8242]
this is what I meant
committer: Tailor Script <tailor@pidgin.im>
| author | Nathan Walp <nwalp@pidgin.im> |
|---|---|
| date | Mon, 24 Nov 2003 02:28:42 +0000 |
| parents | a4acf41898c1 |
| children | 5381f96fc185 |
comparison
equal
deleted
inserted
replaced
| 7617:a83aaf250284 | 7618:53e38b1ce00a |
|---|---|
| 422 const char *from, time_t time, const char *message) | 422 const char *from, time_t time, const char *message) |
| 423 { | 423 { |
| 424 GaimConnection *gc = gaim_account_get_connection(log->account); | 424 GaimConnection *gc = gaim_account_get_connection(log->account); |
| 425 char date[64]; | 425 char date[64]; |
| 426 struct generic_logger_data *data = log->logger_data; | 426 struct generic_logger_data *data = log->logger_data; |
| 427 if(data) { | 427 if(!data) { |
| 428 /* This log is new */ | 428 /* This log is new */ |
| 429 char *ud = gaim_user_dir(); | 429 char *ud = gaim_user_dir(); |
| 430 char *guy = g_strdup(gaim_normalize(log->account, gaim_account_get_username(log->account))); | 430 char *guy = g_strdup(gaim_normalize(log->account, gaim_account_get_username(log->account))); |
| 431 char *chat; | 431 char *chat; |
| 432 const char *prpl = GAIM_PLUGIN_PROTOCOL_INFO | 432 const char *prpl = GAIM_PLUGIN_PROTOCOL_INFO |
