From 85bdc5a0aa1cd5caa523a20361cb62b098abd5ec Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Fri, 2 Mar 2012 17:36:51 -0600 Subject: Getting the temporary value into the wrong variable. --- src/status-provider-telepathy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- cgit v1.2.3