~ubuntu-branches/ubuntu/natty/mythtv/natty

« back to all changes in this revision

Viewing changes to libs/libmythui/DisplayResX.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Mario Limonciello, Mario Limonciello, Thomas Mashos
  • Date: 2010-06-20 00:11:00 UTC
  • mfrom: (1.1.53 upstream)
  • Revision ID: james.westby@ubuntu.com-20100620001100-yulpns6qg4ksmay6
Tags: 0.23.0+fixes25138-0ubuntu1
[ Mario Limonciello ]
* new upstream checkout (25138)

[ Thomas Mashos ]
* Added missingok for mirobridge log in logrotate (LP: #581283)
* Backend now waits for udev to finish (LP: #556204)
* Added patch to properly detect dbus during compile (LP: #574877)

Show diffs side-by-side

added added

removed removed

Lines of Context:
128
128
    t_screenrate screenmap;
129
129
    int nvidiarate = GetNvidiaRates(screenmap);
130
130
 
131
 
    if (nvidiarate > 0);
 
131
    if (nvidiarate > 0)
132
132
    {
133
133
        // Update existing DisplayResScreen vector, and update it with new frequencies
134
134
        for (uint i=0; i < m_video_modes.size(); i++)