Use correct property types for Device and UUID

This commit is contained in:
Johan Hedberg 2008-11-22 18:06:30 +02:00
parent 0efeb75bfb
commit 3862e5642d

View File

@ -252,10 +252,10 @@ static gboolean bnep_connect_cb(GIOChannel *chan, GIOCondition cond,
DBUS_TYPE_BOOLEAN, &connected);
emit_property_changed(connection, nc->peer->path,
NETWORK_PEER_INTERFACE, "Device",
DBUS_TYPE_BOOLEAN, &pdev);
DBUS_TYPE_STRING, &pdev);
emit_property_changed(connection, nc->peer->path,
NETWORK_PEER_INTERFACE, "UUID",
DBUS_TYPE_BOOLEAN, &uuid);
DBUS_TYPE_STRING, &uuid);
nc->state = CONNECTED;