[mythtv-commits] mythtv commit: r17278 by paulh

mythtv at cvs.mythtv.org mythtv at cvs.mythtv.org
Tue May 6 14:58:48 UTC 2008


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

Modified:

   branches/release-0-21-fixes/mythtv/libs/libmyth/util.cpp

Log:

Merge [17277] from trunk.

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.

Fixes #5066, #4997.





More information about the mythtv-commits mailing list