Browse Source

device: pass interfaces as array

bboozzoo/device-cache
Maciek Borzecki 10 years ago
parent
commit
4a78d2a962
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/device.vala

+ 1
- 1
src/device.vala View File

@ -85,7 +85,7 @@ class Device : Object {
"kdeconnect.ping"};
yield _channel.send(Packet.new_identity("test-laptop",
"dadada",
interfaces, interfaces).to_string());
interfaces, interfaces));
this.pair_if_needed();
}


Loading…
Cancel
Save