aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2012-03-02 17:36:51 -0600
committerTed Gould <ted@gould.cx>2012-03-02 17:36:51 -0600
commit85bdc5a0aa1cd5caa523a20361cb62b098abd5ec (patch)
tree5622e6edcdb6dd82378c801f896889485f601a27
parent3e6ea0a46c929ac0a4072915058508316510fabd (diff)
downloadayatana-indicator-messages-85bdc5a0aa1cd5caa523a20361cb62b098abd5ec.tar.gz
ayatana-indicator-messages-85bdc5a0aa1cd5caa523a20361cb62b098abd5ec.tar.bz2
ayatana-indicator-messages-85bdc5a0aa1cd5caa523a20361cb62b098abd5ec.zip
Getting the temporary value into the wrong variable.
-rw-r--r--src/status-provider-telepathy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/status-provider-telepathy.c b/src/status-provider-telepathy.c
index c8e89da..948e965 100644
--- a/src/status-provider-telepathy.c
+++ b/src/status-provider-telepathy.c
@@ -290,7 +290,7 @@ set_status (StatusProvider * sp, StatusProviderStatus status)
ret = dbus_g_proxy_call(priv->proxy,
"GetPresence", &error,
G_TYPE_INVALID,
- G_TYPE_UINT, &priv->mc_status,
+ G_TYPE_UINT, &mcstatus,
G_TYPE_INVALID);
/* If we can't get the get call to work, let's not set */