mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 19:44:52 +00:00
Bring MainWindow to front when opening another instance of gtkui
This commit is contained in:
parent
124daaf8b2
commit
eac52dec73
1 changed files with 1 additions and 0 deletions
|
@ -58,6 +58,7 @@ import twisted.internet.error
|
|||
class IPCProtocolServer(Protocol):
|
||||
def dataReceived(self, data):
|
||||
data = rencode.loads(data)
|
||||
component.get("MainWindow").present()
|
||||
process_args(data)
|
||||
|
||||
class IPCProtocolClient(Protocol):
|
||||
|
|
Loading…
Add table
Reference in a new issue