diff options
| author | Johan Hedberg <johan.hedberg@nokia.com> | 2007-05-04 17:56:20 +0000 | 
|---|---|---|
| committer | Johan Hedberg <johan.hedberg@nokia.com> | 2007-05-04 17:56:20 +0000 | 
| commit | 5ef1e00f1c9d526f6c68ef064dbb4a1923e7320d (patch) | |
| tree | f782432f45371cf211ef680d494ad58e282e8de8 | |
| parent | 4d007e8acc6698173a86449d9b18b219844d4236 (diff) | |
Fix ListRecentRemoteDevices signature
| -rw-r--r-- | hcid/dbus-adapter.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/hcid/dbus-adapter.c b/hcid/dbus-adapter.c index 948aeb4c..e2b05577 100644 --- a/hcid/dbus-adapter.c +++ b/hcid/dbus-adapter.c @@ -3212,7 +3212,7 @@ static DBusMethodVTable adapter_methods[] = {  	{ "ListRemoteDevices",			adapter_list_remote_devices,  		"",	"as"	},  	{ "ListRecentRemoteDevices",		adapter_list_recent_remote_devices, -		"",	"as"	}, +		"s",	"as"	},  	{ "SetTrusted",				adapter_set_trusted,  		"s",	""	},  | 
