This email list is read-only. Emails sent to this list will be discarded ---------------------------------- plugins/bluetooth.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
New commits: commit 19adbb63c30ca07cc9999d54503fad03072617b6 Author: Marcel Holtmann <[email protected]> Date: Wed Dec 17 04:46:50 2008 +0100 Use ignore policy as default for Bluetooth Diff in this email is a maximum of 400 lines. diff --git a/plugins/bluetooth.c b/plugins/bluetooth.c index 95b4831..94c8649 100644 --- a/plugins/bluetooth.c +++ b/plugins/bluetooth.c @@ -190,6 +190,7 @@ static void add_adapter(DBusConnection *connection, const char *path) device = connman_element_create(NULL); device->type = CONNMAN_ELEMENT_TYPE_DEVICE; device->subtype = CONNMAN_ELEMENT_SUBTYPE_BLUETOOTH; + device->policy = CONNMAN_ELEMENT_POLICY_IGNORE; device->name = g_path_get_basename(path); _______________________________________________ Commits mailing list [email protected] https://lists.moblin.org/mailman/listinfo/commits
