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)
|
Deluge 0.9.06 - "1.0.0_RC6" (13 August 2008)
|
||||||
Core:
|
Core:
|
||||||
* Fix CPU spikes
|
* Fix CPU spikes
|
||||||
|
|||||||
@ -131,7 +131,7 @@ class CoreProxy(gobject.GObject):
|
|||||||
pass
|
pass
|
||||||
self.emit("no_core")
|
self.emit("no_core")
|
||||||
|
|
||||||
self._uri = uri
|
self._uri = uri.replace("localhost", "127.0.0.1")
|
||||||
# Get a new core
|
# Get a new core
|
||||||
self.get_rpc_core()
|
self.get_rpc_core()
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user