mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-04 15:38:43 +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
|
self.factory.protocol = IPCProtocolClient
|
||||||
reactor.connectUNIX(socket, self.factory, checkPID=True)
|
reactor.connectUNIX(socket, self.factory, checkPID=True)
|
||||||
reactor.run()
|
reactor.run()
|
||||||
|
import gtk
|
||||||
|
gtk.gdk.notify_startup_complete()
|
||||||
sys.exit(0)
|
sys.exit(0)
|
||||||
else:
|
else:
|
||||||
process_args(args)
|
process_args(args)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue