mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 19:44:52 +00:00
use die in signal
This commit is contained in:
parent
77a63c791c
commit
f042bf0dda
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue