mirror of
https://github.com/codex-storage/deluge.git
synced 2025-03-03 12:30:45 +00:00
use die in signal
This commit is contained in:
parent
77a63c791c
commit
f042bf0dda
@ -144,7 +144,7 @@ class Core(
|
||||
try:
|
||||
import gnome.ui
|
||||
self.client = gnome.ui.Client()
|
||||
self.client.connect("save_yourself", self._shutdown)
|
||||
self.client.connect("die", self._shutdown)
|
||||
except:
|
||||
pass
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user