diff options
author | Johan Hedberg <johan.hedberg@nokia.com> | 2008-11-12 14:55:40 +0200 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@nokia.com> | 2008-11-12 14:55:40 +0200 |
commit | 8dabad80cad6dffc7c11d592d304214bc6877853 (patch) | |
tree | a518c5d2692d720128b733a5d03042844c0e3ade /src/device.c | |
parent | 817a88bd9158120f9c687eec55b1ee30897f8a98 (diff) | |
parent | 75cf777023418aa5ff3ded14e212a1c2d47680ae (diff) |
Merge branch 'for-upstream' of git://gitorious.org/bluez/vudentzs-clone into vudentz
Diffstat (limited to 'src/device.c')
-rw-r--r-- | src/device.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/device.c b/src/device.c index f8c5a3fd..20f46efc 100644 --- a/src/device.c +++ b/src/device.c @@ -1071,14 +1071,6 @@ proceed: /* Store the device's profiles in the filesystem */ store_profiles(device); - g_dbus_emit_signal(req->conn, adapter_get_path(device->adapter), - ADAPTER_INTERFACE, "DeviceCreated", - DBUS_TYPE_OBJECT_PATH, &device->path, - DBUS_TYPE_INVALID); - - /* Update device list */ - adapter_update_devices(device->adapter); - if (!req->msg) goto cleanup; |