This website works better with JavaScript.
Home
Explore
Help
Sign In
yigitcolakoglu
/
mconnect
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
3
Wiki
Activity
Browse Source
device: pass interfaces as array
bboozzoo/device-cache
Maciek Borzecki
10 years ago
parent
0685e7506d
commit
4a78d2a962
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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();
}
Write
Preview
Loading…
Cancel
Save