Merge lp:~seb128/unity-control-center/bluetooth-build-warning into lp:unity-control-center

Proposed by Sebastien Bacher
Status: Merged
Approved by: Sebastien Bacher
Approved revision: 12833
Merged at revision: 12833
Proposed branch: lp:~seb128/unity-control-center/bluetooth-build-warning
Merge into: lp:unity-control-center
Diff against target: 12 lines (+1/-1)
1 file modified
panels/bluetooth/gnome-bluetooth/lib/bluetooth-client.c (+1/-1)
To merge this branch: bzr merge lp:~seb128/unity-control-center/bluetooth-build-warning
Reviewer Review Type Date Requested Status
Daniel Holbach (community) Approve
Review via email: mp+274990@code.launchpad.net

Commit message

backport upstream gnome-bluetooth commit to fix build warnings

Description of the change

backport upstream gnome-bluetooth commit to fix build warnings

To post a comment you must log in.
Revision history for this message
Daniel Holbach (dholbach) wrote :

Looks good.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'panels/bluetooth/gnome-bluetooth/lib/bluetooth-client.c'
--- panels/bluetooth/gnome-bluetooth/lib/bluetooth-client.c 2015-03-03 11:08:17 +0000
+++ panels/bluetooth/gnome-bluetooth/lib/bluetooth-client.c 2015-10-20 09:31:18 +0000
@@ -1442,7 +1442,7 @@
1442 gboolean paired;1442 gboolean paired;
1443 GError *err = NULL;1443 GError *err = NULL;
14441444
1445 g_return_val_if_fail (BLUETOOTH_IS_CLIENT (client), FALSE);1445 g_return_if_fail (BLUETOOTH_IS_CLIENT (client));
14461446
1447 simple = g_simple_async_result_new (G_OBJECT (client),1447 simple = g_simple_async_result_new (G_OBJECT (client),
1448 callback,1448 callback,

Subscribers

People subscribed via source and target branches