Mercurial > pidgin
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 24844:94a47062819c | 25889:e2b193decaa5 |
|---|---|
| 93 const char *pref; | 93 const char *pref; |
| 94 char *filename; | 94 char *filename; |
| 95 char *dirname; | 95 char *dirname; |
| 96 | 96 |
| 97 account = xfer->account; | 97 account = xfer->account; |
| 98 node = (PurpleBlistNode *)purple_find_buddy(account, xfer->who); | 98 node = PURPLE_BLIST_NODE(purple_find_buddy(account, xfer->who)); |
| 99 | 99 |
| 100 if (!node) | 100 if (!node) |
| 101 { | 101 { |
| 102 if (purple_prefs_get_bool(PREF_STRANGER)) | 102 if (purple_prefs_get_bool(PREF_STRANGER)) |
| 103 xfer->status = PURPLE_XFER_STATUS_CANCEL_LOCAL; | 103 xfer->status = PURPLE_XFER_STATUS_CANCEL_LOCAL; |
