Commit e26e9238 authored by Dan Pascu's avatar Dan Pascu

Added comment

parent 5335034d
......@@ -84,7 +84,7 @@ class Blink(QApplication):
def run(self):
from blink.util import call_in_gui_thread as call_later
call_later(self._initialize_sipsimple)
call_later(self._initialize_sipsimple) # initialize sipsimple after the qt event loop is started
self.auxiliary_thread.start()
self.exec_()
self.update_manager.shutdown()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment