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: do not access core instance when not needed
bboozzoo/tls-support
Maciek Borzecki
7 years ago
parent
051774ba43
commit
276c7d3ffe
1 changed files
with
0 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
src/mconnect/device.vala
+ 0
- 1
src/mconnect/device.vala
View File
@ -288,7 +288,6 @@ class Device : Object {
debug("device %s already active", this.to_string());
}
var core = Core.instance();
_channel = new DeviceChannel(this.host, this.tcp_port);
_channel.disconnected.connect((c) => {
this.handle_disconnect();
Write
Preview
Loading…
Cancel
Save