changeset 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 a83aaf250284
children 994b2d782711
files src/log.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/log.c	Sun Nov 23 23:32:42 2003 +0000
+++ b/src/log.c	Mon Nov 24 02:28:42 2003 +0000
@@ -424,7 +424,7 @@
 	GaimConnection *gc = gaim_account_get_connection(log->account);
 	char date[64];
 	struct generic_logger_data *data = log->logger_data;
-	if(data) {
+	if(!data) {
 		/* This log is new */
 		char *ud = gaim_user_dir();
 		char *guy = g_strdup(gaim_normalize(log->account, gaim_account_get_username(log->account)));