mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-08 09:28:41 +00:00
again
This commit is contained in:
parent
05b105276e
commit
ccf5f91dc2
1 changed files with 1 additions and 2 deletions
|
@ -157,9 +157,8 @@ class DelugeGTK:
|
||||||
if ctrl_type == CTRL_CLOSE_EVENT:
|
if ctrl_type == CTRL_CLOSE_EVENT:
|
||||||
self.shutdown()
|
self.shutdown()
|
||||||
result = 1
|
result = 1
|
||||||
|
return result
|
||||||
SetConsoleCtrlHandler(win_handler)
|
SetConsoleCtrlHandler(win_handler)
|
||||||
return result
|
|
||||||
|
|
||||||
|
|
||||||
self.dht_timer = 0
|
self.dht_timer = 0
|
||||||
self.dht_skip = False
|
self.dht_skip = False
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue