From d2550b4c7854e970719b07b48ecdb61af9c01b6f Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Mon, 18 Jan 2010 12:35:47 +0000 Subject: trivial: DkpDaemon -> UpDaemon (no ABI or API break) --- src/up-wakeups.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/up-wakeups.c') diff --git a/src/up-wakeups.c b/src/up-wakeups.c index 8f88cef..c424058 100644 --- a/src/up-wakeups.c +++ b/src/up-wakeups.c @@ -171,7 +171,7 @@ dkp_wakeups_get_total (DkpWakeups *wakeups, guint *value, GError **error) /* no capability */ if (!wakeups->priv->has_capability) { - g_set_error_literal (error, DKP_DAEMON_ERROR, DKP_DAEMON_ERROR_GENERAL, "no hardware support"); + g_set_error_literal (error, UP_DAEMON_ERROR, UP_DAEMON_ERROR_GENERAL, "no hardware support"); return FALSE; } @@ -180,7 +180,7 @@ dkp_wakeups_get_total (DkpWakeups *wakeups, guint *value, GError **error) /* no data */ if (!ret) { - g_set_error_literal (error, DKP_DAEMON_ERROR, DKP_DAEMON_ERROR_GENERAL, "cannot enable timerstats"); + g_set_error_literal (error, UP_DAEMON_ERROR, UP_DAEMON_ERROR_GENERAL, "cannot enable timerstats"); return FALSE; } @@ -201,7 +201,7 @@ dkp_wakeups_get_data (DkpWakeups *wakeups, GPtrArray **data, GError **error) /* no capability */ if (!wakeups->priv->has_capability) { - g_set_error_literal (error, DKP_DAEMON_ERROR, DKP_DAEMON_ERROR_GENERAL, "no hardware support"); + g_set_error_literal (error, UP_DAEMON_ERROR, UP_DAEMON_ERROR_GENERAL, "no hardware support"); return FALSE; } -- cgit v1.2.1