nekohayo / specto

Automatically exported from code.google.com/p/specto
0 stars 0 forks source link

the quit warning dialog should not block the UI and watch check process #122

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
related to issue 3

When you try quitting while specto is doing the first update round, the
dialog that appears seems to "pause" the refresh process. Ideally, the
refresh should still be able to progress in the background.

Original issue reported on code.google.com by nekoh...@gmail.com on 18 Mar 2008 at 1:37

GoogleCodeExporter commented 9 years ago

Original comment by nekoh...@gmail.com on 31 Mar 2009 at 5:00

GoogleCodeExporter commented 9 years ago
Fixed in rev 163

Original comment by woutclym...@gmail.com on 2 Apr 2009 at 5:26

GoogleCodeExporter commented 9 years ago
According to Wout, set_modal(False) was the trick, and you also need to NOT use
dialog.run(), because it automatically sets modal to true.

Original comment by nekoh...@gmail.com on 2 Apr 2009 at 6:18