Merge lp:~ted/indicator-messages/lp943757 into lp:indicator-messages/0.3

Proposed by Ted Gould
Status: Merged
Approved by: Charles Kerr
Approved revision: 252
Merged at revision: 252
Proposed branch: lp:~ted/indicator-messages/lp943757
Merge into: lp:indicator-messages/0.3
Diff against target: 12 lines (+1/-1)
1 file modified
src/status-provider-telepathy.c (+1/-1)
To merge this branch: bzr merge lp:~ted/indicator-messages/lp943757
Reviewer Review Type Date Requested Status
Charles Kerr (community) Approve
Review via email: mp+95698@code.launchpad.net

Description of the change

Fixes us using the wrong variable and just always returning

To post a comment you must log in.
Revision history for this message
Charles Kerr (charlesk) wrote :

Yikes, nice fix.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'src/status-provider-telepathy.c'
--- src/status-provider-telepathy.c 2011-07-02 12:15:22 +0000
+++ src/status-provider-telepathy.c 2012-03-02 23:43:20 +0000
@@ -290,7 +290,7 @@
290 ret = dbus_g_proxy_call(priv->proxy,290 ret = dbus_g_proxy_call(priv->proxy,
291 "GetPresence", &error,291 "GetPresence", &error,
292 G_TYPE_INVALID,292 G_TYPE_INVALID,
293 G_TYPE_UINT, &priv->mc_status,293 G_TYPE_UINT, &mcstatus,
294 G_TYPE_INVALID);294 G_TYPE_INVALID);
295295
296 /* If we can't get the get call to work, let's not set */296 /* If we can't get the get call to work, let's not set */

Subscribers

People subscribed via source and target branches