Mercurial > pidgin
changeset 7485:8126e7a422b0
[gaim-migrate @ 8098]
Sean, there wasn't a reason for this strdup, was there?
committer: Tailor Script <tailor@pidgin.im>
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Wed, 12 Nov 2003 05:14:16 +0000 |
parents | 5b83ed21f070 |
children | b4285106f396 |
files | src/gtklog.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/gtklog.c Wed Nov 12 05:03:17 2003 +0000 +++ b/src/gtklog.c Wed Nov 12 05:14:16 2003 +0000 @@ -154,7 +154,7 @@ } lv = g_new0(GaimGtkLogViewer, 1); - lv->logs = logs = gaim_log_get_logs(g_strdup(screenname), account); + lv->logs = logs = gaim_log_get_logs(screenname, account); g_hash_table_insert(log_viewers, ht, lv); /* Window ***********/