[mythtv-commits] mythtv commit: r20375 by cpinkham

mythtv at cvs.mythtv.org mythtv at cvs.mythtv.org
Tue Apr 14 04:37:28 UTC 2009


      Author: cpinkham
        Date: 2009-04-14 04:37:28 +0000 (Tue, 14 Apr 2009)
New Revision: 20375
   Changeset: http://cvs.mythtv.org/trac/changeset/20375

Modified:

   trunk/mythtv/libs/libmyth/storagegroup.cpp
   trunk/mythtv/libs/libmyth/storagegroup.h

Log:

Change the default StorageGroup fallback code from:

   groupname+hostname -> 'Default'+hostname -> 'Default'+''

to:

   groupname+hostname -> 'groupname'+'' -> 'Default'+hostname -> 'Default'+''

This makes the non-Default groupname fallback act the same way that the
Default group fallback works.

Closes #6255 using patch by Michael T Dean.






More information about the mythtv-commits mailing list