diff finch/gntblist.c @ 22346:561729870929

Fix showing a contact's log, and don't access struct internals
author Richard Nelson <wabz@pidgin.im>
date Thu, 28 Feb 2008 11:25:49 +0000
parents d270b6aebabc
children b0b8c94118c8
line wrap: on
line diff
--- a/finch/gntblist.c	Thu Feb 28 11:18:43 2008 +0000
+++ b/finch/gntblist.c	Thu Feb 28 11:25:49 2008 +0000
@@ -1308,7 +1308,7 @@
 }
 
 
-static void showlog_cb(PurpleBlistNode *node)
+static void showlog_cb(PurpleBlistNode *sel, PurpleBlistNode *node)
 {
 	PurpleLogType type;
 	PurpleAccount *account;