libpurple/protocols.c

branch
soc.2013.gobjectification.plugins
changeset 36637
9b0109ae118d
parent 36631
972b9fbb3690
child 36658
85008f2cf762
equal deleted inserted replaced
36636:2048974db21b 36637:9b0109ae118d
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));

mercurial