Fix #1172 notify startup complete when adding torrents externally

This commit is contained in:
Andrew Resch 2010-03-13 10:08:16 -08:00
parent d2dafe4180
commit cd7681b909
1 changed files with 2 additions and 0 deletions

View File

@ -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)