diff options
author | Ted Gould <ted@canonical.com> | 2009-09-23 14:04:06 -0500 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-09-23 14:04:06 -0500 |
commit | a3fffae0121c46aad258f15f0bc4c8c3012536fc (patch) | |
tree | dcd9638a91a75c7abf001c2f3d993c0686d32d15 /src | |
parent | 65a22368f4214bc9b22f65a212bc776c2e4c295a (diff) | |
download | ayatana-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.
Diffstat (limited to 'src')
-rw-r--r-- | src/status-provider-mc5.c | 2 |
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; |