src/status.c

changeset 10200
33c21db946e7
parent 10197
28d80bc4a51d
child 10204
874e91e2a3b3
equal deleted inserted replaced
10199:cd9d23829c02 10200:33c21db946e7
577 static void 577 static void
578 notify_status_update(GaimPresence *presence, GaimStatus *old_status, 578 notify_status_update(GaimPresence *presence, GaimStatus *old_status,
579 GaimStatus *new_status) 579 GaimStatus *new_status)
580 { 580 {
581 GaimPresenceContext context = gaim_presence_get_context(presence); 581 GaimPresenceContext context = gaim_presence_get_context(presence);
582
583 gaim_debug_info("notify_status_update", "Context is %d\n", context);
584 582
585 if (context == GAIM_PRESENCE_CONTEXT_ACCOUNT) 583 if (context == GAIM_PRESENCE_CONTEXT_ACCOUNT)
586 { 584 {
587 GaimAccount *account = gaim_presence_get_account(presence); 585 GaimAccount *account = gaim_presence_get_account(presence);
588 GaimAccountUiOps *ops = gaim_accounts_get_ui_ops(); 586 GaimAccountUiOps *ops = gaim_accounts_get_ui_ops();

mercurial