[gnome-power-manager/gnome-2-32] Replace one more reference to DeviceKit-power with UPower



commit 547bf9d06c815eb5f052bad01f011c4623f2e89c
Author: Michael Biebl <biebl debian org>
Date:   Wed Sep 15 10:07:21 2010 +0200

    Replace one more reference to DeviceKit-power with UPower

 src/gpm-backlight.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/gpm-backlight.c b/src/gpm-backlight.c
index 72861bc..f50eaa0 100644
--- a/src/gpm-backlight.c
+++ b/src/gpm-backlight.c
@@ -745,7 +745,7 @@ gpm_backlight_init (GpmBacklight *backlight)
 	/* gets caps */
 	backlight->priv->can_dim = gpm_brightness_has_hw (backlight->priv->brightness);
 
-	/* we use DeviceKit-power to see if we should show the lid UI */
+	/* we use UPower to see if we should show the lid UI */
 	g_object_get (backlight->priv->client,
 		      "lid-is-present", &lid_is_present,
 		      NULL);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]