[mythtv-commits] mythtv commit: r17277 by paulh

mythtv at cvs.mythtv.org mythtv at cvs.mythtv.org
Tue May 6 14:52:49 UTC 2008


      Author: paulh
        Date: 2008-05-06 14:52:48 +0000 (Tue, 06 May 2008)
New Revision: 17277
   Changeset: http://cvs.mythtv.org/trac/changeset/17277

Modified:

   trunk/mythtv/libs/libmyth/util.cpp

Log:

Fix a problem where exiting from MythBrowser was also exiting from MythNews.

Just changes the position of the call to qApp->processEvents() to make sure
that all keypress events are flushed from the parent process's event queue
before returning from myth_system() when called with the 
MYTH_SYSTEM_DONT_BLOCK_PARENT flag.

Refs #5066, #4997.





More information about the mythtv-commits mailing list