[gnome-bluetooth] lib: Correct PIN code sending
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-bluetooth] lib: Correct PIN code sending
- Date: Wed, 28 Sep 2011 13:49:53 +0000 (UTC)
commit cbd7e7aba009158ba55c8f4f9dfdb72ae52704a8
Author: Bastien Nocera <hadess hadess net>
Date: Wed Sep 28 14:37:49 2011 +0100
lib: Correct PIN code sending
lib/test-agent.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/lib/test-agent.c b/lib/test-agent.c
index 19a5cce..458327e 100644
--- a/lib/test-agent.c
+++ b/lib/test-agent.c
@@ -59,7 +59,7 @@ agent_pincode (GDBusMethodInvocation *invocation,
g_dbus_proxy_get_object_path (device));
}
- g_dbus_method_invocation_return_value (invocation, g_variant_new_string ("1234"));
+ g_dbus_method_invocation_return_value (invocation, g_variant_new ("(s)", "1234"));
return TRUE;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]