Mercurial > pidgin
changeset 10669:5fae2e790f5d
[gaim-migrate @ 12209]
(16:12:33) rlaager: LSchiere2: Richard Laager made a silly typo.
committer: Tailor Script <tailor@pidgin.im>
author | Luke Schierer <lschiere@pidgin.im> |
---|---|
date | Mon, 07 Mar 2005 21:14:01 +0000 |
parents | aafe8f30b826 |
children | cfb1f4b08ab1 |
files | src/gtklog.c |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/gtklog.c Mon Mar 07 19:12:15 2005 +0000 +++ b/src/gtklog.c Mon Mar 07 21:14:01 2005 +0000 @@ -533,7 +533,6 @@ if(gaim_find_prpl(gaim_account_get_protocol_id(account)) == NULL) continue; - logs = gaim_log_get_system_logs(account); logs = g_list_concat(logs, gaim_log_get_system_logs(account)); } logs = g_list_sort(logs, gaim_log_compare);