use die in signal

This commit is contained in:
Marcos Pinto 2008-01-20 00:46:52 +00:00
parent 77a63c791c
commit f042bf0dda
1 changed files with 1 additions and 1 deletions

View File

@ -144,7 +144,7 @@ class Core(
try: try:
import gnome.ui import gnome.ui
self.client = gnome.ui.Client() self.client = gnome.ui.Client()
self.client.connect("save_yourself", self._shutdown) self.client.connect("die", self._shutdown)
except: except:
pass pass