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

« back to all changes in this revision

Viewing changes to programs/mythfrontend/playbackbox.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:
386
386
 
387
387
    // State Variables ////////////////////////////////////////////////////////
388
388
    // Main Recording List support
389
 
    QTimer             *m_fillListTimer;
 
389
    QTimer             *m_fillListTimer; // audited ref #5318
390
390
    bool                m_fillListFromCache;
391
391
    bool                m_connected;  ///< true if last FillList() succeeded
392
392
    QStringList         m_titleList;  ///< list of pages
424
424
 
425
425
    // Free disk space tracking
426
426
    bool                m_freeSpaceNeedsUpdate;
427
 
    QTimer             *m_freeSpaceTimer;
 
427
    QTimer             *m_freeSpaceTimer; // audited ref #5318
428
428
    int                 m_freeSpaceTotal;
429
429
    int                 m_freeSpaceUsed;
430
430