[gnome-power-manager/gnome-2-28] fix error messages/comments
- From: Richard Hughes <rhughes src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [gnome-power-manager/gnome-2-28] fix error messages/comments
- Date: Wed, 14 Oct 2009 14:36:48 +0000 (UTC)
commit c6ee6be747182d4a1686c226f3da91abf5a0f2da
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]