[gnome-power-manager] fix error messages/comments



commit 9a18ac26a509cffdec272235b18989f380cacda9
Author: Martin Pitt <martin pitt ubuntu com>
Date:   Tue Oct 13 23:39:23 2009 +0200

    fix error messages/comments
    
    gpm-disks.c talked about contacting DK-power, but it's really talking to
    DK-disks.

 src/gpm-disks.c |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/src/gpm-disks.c b/src/gpm-disks.c
index adf5f8e..d31e5de 100644
--- a/src/gpm-disks.c
+++ b/src/gpm-disks.c
@@ -50,9 +50,9 @@ gpm_disks_unregister (GpmDisks *disks)
 	gboolean ret = FALSE;
 	GError *error = NULL;
 
-	/* no DeviceKit-power */
+	/* no DeviceKit-disks */
 	if (disks->priv->proxy == NULL) {
-		egg_warning ("no DeviceKit-power");
+		egg_warning ("no DeviceKit-disks");
 		goto out;
 	}
 
@@ -84,9 +84,9 @@ gpm_disks_register (GpmDisks *disks, guint timeout)
 	GError *error = NULL;
 	const gchar **options = {NULL};
 
-	/* no DeviceKit-power */
+	/* no DeviceKit-disks */
 	if (disks->priv->proxy == NULL) {
-		egg_warning ("no DeviceKit-power");
+		egg_warning ("no DeviceKit-disks");
 		goto out;
 	}
 



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