~ubuntu-branches/ubuntu/utopic/thermald/utopic

« back to all changes in this revision

Viewing changes to src/thd_zone_surface.cpp

  • Committer: Package Import Robot
  • Author(s): Colin King
  • Date: 2014-05-19 12:41:22 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20140519124122-zan11arvjxtbqcq5
Tags: 1.2-1
* Adjust for coretemp path change
* Deny non root users to send system bus dbus messages
* Remove compile warning
* Remove rpmlint warning for manual page
* Remove old patches that are now included into version 1.2
* Sync up with version 1.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
49
49
                }
50
50
        }
51
51
        if (!trip_ptr) {
52
 
                trip_ptr = new cthd_trip_point(trip_points.size(), PASSIVE,
 
52
                trip_ptr = new cthd_trip_point(trip_points.size(), MAX,
53
53
                                passive_trip_temp, passive_trip_hyst, index,
54
54
                                sensor->get_index(), SEQUENTIAL);
55
55
                if (!trip_ptr) {