Mercurial > pidgin
changeset 19927:6264022caba0
Ooops ...
author | Gabriel Schulhof <nix@go-nix.ca> |
---|---|
date | Fri, 17 Aug 2007 22:58:54 +0000 |
parents | b21ce1abb0d1 |
children | 8cef5a905bc5 |
files | pidgin/gtklog.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/pidgin/gtklog.c Fri Aug 17 22:56:55 2007 +0000 +++ b/pidgin/gtklog.c Fri Aug 17 22:58:54 2007 +0000 @@ -800,7 +800,7 @@ } logs = g_list_sort(logs, purple_log_compare); - syslog_viewer = display_log_viewer(parent, logs, _("System Log"), NULL, 0); + syslog_viewer = display_log_viewer(parent, NULL, logs, _("System Log"), NULL, 0); } /****************************************************************************