~ubuntu-branches/ubuntu/lucid/mythtv/lucid

« back to all changes in this revision

Viewing changes to libs/libmyth/uitypes.h

  • Committer: Bazaar Package Importer
  • Author(s): Mario Limonciello, Mario Limonciello, John Baab
  • Date: 2009-09-29 01:33:23 UTC
  • mfrom: (1.1.35 upstream)
  • Revision ID: james.westby@ubuntu.com-20090929013323-6pvn8encm757zbxw
Tags: 0.22.0~trunk22101-0ubuntu1
[ Mario Limonciello ]
* New upstream checkout (r22101)
* Try to guard and make sure that ~mythtv is read from /etc/passwd 
  rather than assuming it's /home/mythtv.

[ John Baab ]
* debian/mythtv-common.postinst:
  - Added symlink for /home/mythtv/.mythtv/config.xml

Show diffs side-by-side

added added

removed removed

Lines of Context:
892
892
 
893
893
class IntStringPair
894
894
{
895
 
    //  Miniscule class for holding data
 
895
    //  Minuscule class for holding data
896
896
    //  in a UISelectorType (below)
897
897
 
898
898
  public:
919
919
 
920
920
    //
921
921
    //  A theme-able "thingy" (that's the
922
 
    //  offical term) that can hold a list
 
922
    //  official term) that can hold a list
923
923
    //  of strings and emit an int and/or
924
924
    //  the string when the user selects
925
925
    //  from among them.