mirror of
https://github.com/codex-storage/deluge.git
synced 2025-01-14 05:26:28 +00:00
Bring MainWindow to front when opening another instance of gtkui
This commit is contained in:
parent
124daaf8b2
commit
eac52dec73
@ -58,6 +58,7 @@ import twisted.internet.error
|
|||||||
class IPCProtocolServer(Protocol):
|
class IPCProtocolServer(Protocol):
|
||||||
def dataReceived(self, data):
|
def dataReceived(self, data):
|
||||||
data = rencode.loads(data)
|
data = rencode.loads(data)
|
||||||
|
component.get("MainWindow").present()
|
||||||
process_args(data)
|
process_args(data)
|
||||||
|
|
||||||
class IPCProtocolClient(Protocol):
|
class IPCProtocolClient(Protocol):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user