~ubuntu-branches/ubuntu/maverick/gnome-power-manager/maverick-proposed

« back to all changes in this revision

Viewing changes to src/gpm-backlight.c

  • Committer: Bazaar Package Importer
  • Author(s): Didier Roche
  • Date: 2010-09-20 15:40:50 UTC
  • mfrom: (2.1.57 upstream)
  • Revision ID: james.westby@ubuntu.com-20100920154050-csko8ubcumfrmkun
Tags: 2.31.92-0ubunntu1
* New upstream release:
  - Only disable deprecated code for --enable-strict builds (Richard Hughes)
  - Remove last traces of DeviceKit-power (Michael Biebl)

Show diffs side-by-side

added added

removed removed

Lines of Context:
779
779
        /* gets caps */
780
780
        backlight->priv->can_dim = gpm_brightness_has_hw (backlight->priv->brightness);
781
781
 
782
 
        /* we use DeviceKit-power to see if we should show the lid UI */
 
782
        /* we use UPower to see if we should show the lid UI */
783
783
        g_object_get (backlight->priv->client,
784
784
                      "lid-is-present", &lid_is_present,
785
785
                      NULL);