Fix Vista slowness issue
This commit is contained in:
parent
01ed7d6012
commit
2edaeae60e
@ -1,3 +1,7 @@
|
||||
Deluge 0.9.07 - "1.0.0_RC7" (In Development)
|
||||
Core:
|
||||
* Fix Vista slowness issue
|
||||
|
||||
Deluge 0.9.06 - "1.0.0_RC6" (13 August 2008)
|
||||
Core:
|
||||
* Fix CPU spikes
|
||||
|
||||
@ -131,7 +131,7 @@ class CoreProxy(gobject.GObject):
|
||||
pass
|
||||
self.emit("no_core")
|
||||
|
||||
self._uri = uri
|
||||
self._uri = uri.replace("localhost", "127.0.0.1")
|
||||
# Get a new core
|
||||
self.get_rpc_core()
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user