Fix deluged running with ssh X forwarding by removing the Gnome lib

import
This commit is contained in:
Andrew Resch 2008-07-29 04:22:03 +00:00
parent d03d1f1483
commit 537c596e21
2 changed files with 3 additions and 8 deletions

View file

@ -1,5 +1,7 @@
Deluge 0.9.05 - "1.0.0_RC5" (In Development)
Core:
* Fix deluged running with ssh X forwarding by removing the Gnome lib import
Deluge 0.9.04 - "1.0.0_RC4" (29 July 2008)
Core:
* Fix building with gcc 4.3

View file

@ -169,13 +169,6 @@ class Core(
pkg_resources.resource_filename(
"deluge", "i18n"))
# Setup signals
try:
import gnome.ui
self.gnome_client = gnome.ui.Client()
self.gnome_client.connect("die", self._shutdown)
except:
pass
signal.signal(signal.SIGINT, self._shutdown)
signal.signal(signal.SIGTERM, self._shutdown)
if not deluge.common.windows_check():