mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 03:24:54 +00:00
Fix #1172 notify startup complete when adding torrents externally
This commit is contained in:
parent
5bd22ee6d5
commit
f0226decff
1 changed files with 2 additions and 0 deletions
|
@ -130,6 +130,8 @@ class IPCInterface(component.Component):
|
|||
self.factory.protocol = IPCProtocolClient
|
||||
reactor.connectUNIX(socket, self.factory, checkPID=True)
|
||||
reactor.run()
|
||||
import gtk
|
||||
gtk.gdk.notify_startup_complete()
|
||||
sys.exit(0)
|
||||
else:
|
||||
process_args(args)
|
||||
|
|
Loading…
Add table
Reference in a new issue