~ubuntu-branches/ubuntu/quantal/nvidia-settings/quantal-security

« back to all changes in this revision

Viewing changes to src/gtk+-2.x/ctkframelock.c

  • Committer: Bazaar Package Importer
  • Author(s): Alberto Milone
  • Date: 2010-06-27 18:59:46 UTC
  • mfrom: (1.1.11 upstream)
  • Revision ID: james.westby@ubuntu.com-20100627185946-zpgnp08qs5do500z
Tags: 256.35-0ubuntu1
* New upstream release:
  - Fixed a bug that caused nvidia-settings to crash when rendering
    its thermal gauge widget if the range of valid values for the
    thermal sensor was empty.
  - Improved Thermal Settings reporting in nvidia-settings to
    accurately reflect hardware configurations with multiple thermal
    sensors.
* debian/docs:
  - Remove Makefile.inc.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1171
1171
                                           nvListEntryPtr entry)
1172
1172
{
1173
1173
    nvGPUDataPtr data = (nvGPUDataPtr)(entry->data);
1174
 
    unsigned int slaveables;
 
1174
    int slaveables;
1175
1175
    nvDisplayDataPtr display_data;
1176
1176
    nvListEntryPtr child;
1177
1177
    ReturnStatus ret;