[mythtv-commits] mythtv commit: r14831 by danielk

mythtv at cvs.mythtv.org mythtv at cvs.mythtv.org
Sat Nov 10 16:45:31 UTC 2007


      Author: danielk
        Date: 2007-11-10 16:45:30 +0000 (Sat, 10 Nov 2007)
New Revision: 14831
   Changeset: http://cvs.mythtv.org/trac/changeset/14831

Modified:

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

Log:

Refs #4132. Fixes two bugs in the playbackbox recording group password dialog handling.

In noticed this when testing dialogs for #4132. First initial focus was being set, this adds a little code that puts the focus on the old password entry if a password has been set, and on the new password entry otherwise. Second while setRecGroupPassword() did set the password in the db it did not update the recGroupPassword variable so if you pulled up the dialog again in the same session the new password you had just entered would not work. Both these problems are fixed in this changeset.




More information about the mythtv-commits mailing list