aboutsummaryrefslogtreecommitdiff
path: root/src/status-provider-telepathy.c
diff options
context:
space:
mode:
authorAllan LeSage <allanlesage@gmail.com>2012-03-27 15:31:28 -0500
committerAllan LeSage <allanlesage@gmail.com>2012-03-27 15:31:28 -0500
commitc9f1e2838a8da6eefb875fee2e3b43a8a04efb80 (patch)
tree2bfd914a9100a79c80b666297f5cbe4c9bd9b69e /src/status-provider-telepathy.c
parent5996de39f38da7d605a999100a6c4a571ad6b66e (diff)
parent0e5b8f77b3320b12f497153b7a781272aacac00a (diff)
downloadayatana-indicator-messages-c9f1e2838a8da6eefb875fee2e3b43a8a04efb80.tar.gz
ayatana-indicator-messages-c9f1e2838a8da6eefb875fee2e3b43a8a04efb80.tar.bz2
ayatana-indicator-messages-c9f1e2838a8da6eefb875fee2e3b43a8a04efb80.zip
Merge of prior fixes for TDD tooling.
Diffstat (limited to 'src/status-provider-telepathy.c')
-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 */