Mercurial > pidgin
diff libpurple/plugins/autoaccept.c @ 25889:e2b193decaa5
explicit merge of '814d53152c168c9c4732b3d084260711d536fba6'
and 'af375020001eed33302b471e7ee9dec6a478e824'
| author | Richard Laager <rlaager@wiktel.com> |
|---|---|
| date | Fri, 02 Jan 2009 22:23:58 +0000 |
| parents | 0e08c847517d |
| children | 4b8c4870b13a |
line wrap: on
line diff
--- a/libpurple/plugins/autoaccept.c Fri Dec 19 05:51:10 2008 +0000 +++ b/libpurple/plugins/autoaccept.c Fri Jan 02 22:23:58 2009 +0000 @@ -95,7 +95,7 @@ char *dirname; account = xfer->account; - node = (PurpleBlistNode *)purple_find_buddy(account, xfer->who); + node = PURPLE_BLIST_NODE(purple_find_buddy(account, xfer->who)); if (!node) {
