aboutsummaryrefslogtreecommitdiff
path: root/src/status-provider-telepathy.c
diff options
context:
space:
mode:
authorSebastien Bacher <seb128@ubuntu.com>2012-03-08 22:08:18 +0100
committerSebastien Bacher <seb128@ubuntu.com>2012-03-08 22:08:18 +0100
commit4d7384e17b36021e419cf22f93a8c87087dbee4c (patch)
treef18801af1a81a5f6ce43277967f2f75b6a5a869e /src/status-provider-telepathy.c
parente8c61c586ad9941d63043d1fed0db37b9c7c3ab0 (diff)
parent2cb10b4b604e7e7d66fb6f6183755afcad57723a (diff)
downloadayatana-indicator-messages-4d7384e17b36021e419cf22f93a8c87087dbee4c.tar.gz
ayatana-indicator-messages-4d7384e17b36021e419cf22f93a8c87087dbee4c.tar.bz2
ayatana-indicator-messages-4d7384e17b36021e419cf22f93a8c87087dbee4c.zip
* New upstream release.
* Fixing alignment of menu items (LP: #939953) * Vertically centering alignment of double high items (LP: #770486) * Fixing setting of status on telepathy (LP: #943757)
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 */