| 429 return; |
429 return; |
| 430 } |
430 } |
| 431 |
431 |
| 432 if (purple_account_is_connecting(account)) |
432 if (purple_account_is_connecting(account)) |
| 433 /* |
433 /* |
| 434 * We don't need to call the set_status PRPL function because |
434 * We don't need to call the set_status protocol function because |
| 435 * the PRPL will take care of setting its status during the |
435 * the protocol will take care of setting its status during the |
| 436 * connection process. |
436 * connection process. |
| 437 */ |
437 */ |
| 438 return; |
438 return; |
| 439 |
439 |
| 440 protocol = purple_protocols_find(purple_account_get_protocol_id(account)); |
440 protocol = purple_protocols_find(purple_account_get_protocol_id(account)); |