[mythtv-commits] mythtv commit: r22078 by stuartm

mythtv at cvs.mythtv.org mythtv at cvs.mythtv.org
Sun Sep 27 17:45:46 UTC 2009


      Author: stuartm
        Date: 2009-09-27 17:45:46 +0000 (Sun, 27 Sep 2009)
New Revision: 22078
   Changeset: http://cvs.mythtv.org/trac/changeset/22078

Modified:

   trunk/mythtv/programs/mythfrontend/statusbox.cpp
   trunk/mythtv/programs/mythfrontend/statusbox.h

Log:

Mythui screens are supposed to have their data load and widget population done in an Init() method, the idea being that eventually these may be run in another thread to speed up the perceived loading time. Somewhere along the line I forgot about Init() and started putting everything into a method called Load() instead. This small commit changes StatusBox to use Init() instead of Load().




More information about the mythtv-commits mailing list