summaryrefslogtreecommitdiff
path: root/src/leap/gui/twisted_main.py
AgeCommit message (Collapse)Author
2013-05-17fix a segfault when stopping the reactorkali
this particular way of invoking the run method in the reactor was giving trouble under some conditions. switching to runReturn makes it work.
2013-05-17catch reactor not running errorkali
2013-05-17use qtreactor so twisted is driven by qt main loopkali
aboutToQuit signal is not raised anymore with the qt4reactor. So we are calling all cleanup callbacks from the quit function.