| 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(); |