aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Gould <ted@canonical.com>2009-09-23 14:04:06 -0500
committerTed Gould <ted@canonical.com>2009-09-23 14:04:06 -0500
commita3fffae0121c46aad258f15f0bc4c8c3012536fc (patch)
treedcd9638a91a75c7abf001c2f3d993c0686d32d15
parent65a22368f4214bc9b22f65a212bc776c2e4c295a (diff)
downloadayatana-indicator-session-a3fffae0121c46aad258f15f0bc4c8c3012536fc.tar.gz
ayatana-indicator-session-a3fffae0121c46aad258f15f0bc4c8c3012536fc.tar.bz2
ayatana-indicator-session-a3fffae0121c46aad258f15f0bc4c8c3012536fc.zip
Don't set the status so that we notice when it comes back to us.
-rw-r--r--src/status-provider-mc5.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/status-provider-mc5.c b/src/status-provider-mc5.c
index 42e8e0f..813ce3e 100644
--- a/src/status-provider-mc5.c
+++ b/src/status-provider-mc5.c
@@ -173,8 +173,6 @@ set_status (StatusProvider * sp, StatusProviderStatus status)
return;
}
- priv->status = status;
-
empathy_account_manager_request_global_presence(priv->manager, sp_to_tp_map[status], sp_to_mc_map[status], "");
return;