Mercurial > pidgin
comparison libpurple/plugins/autoaccept.c @ 29277:b98519a42e53
propagate from branch 'im.pidgin.pidgin' (head 431618de0f30a6938f7e14d2d61ee5d7738acd59)
to branch 'im.pidgin.cpw.attention_ui' (head 152f22112dfd920caedfff2893c8ffd449c1083c)
| author | Marcus Lundblad <ml@update.uu.se> |
|---|---|
| date | Mon, 02 Mar 2009 22:07:59 +0000 |
| parents | 4b8c4870b13a |
| children | 39716f7d2c93 |
comparison
equal
deleted
inserted
replaced
| 29276:a0668fbf2483 | 29277:b98519a42e53 |
|---|---|
| 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; |
