summaryrefslogtreecommitdiff
path: root/mission-control
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2012-06-27 16:05:24 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2012-08-06 19:33:43 +0100
commite6fce7fde902d3f9237c724d735a4a93dab1468d (patch)
tree68f3e16526599e20443ae97353c822121ae8bd14 /mission-control
parentfaca647862a9657ae818ac2f38283892140e05f0 (diff)
Avoid TP_ERRORS
Reviewed-by: Olli Salli <olli.salli@collabora.co.uk> Bug: https://bugs.freedesktop.org/show_bug.cgi?id=53160
Diffstat (limited to 'mission-control')
-rw-r--r--mission-control/mcp-account-manager-ytstenut.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mission-control/mcp-account-manager-ytstenut.c b/mission-control/mcp-account-manager-ytstenut.c
index 1e8a335..188f934 100644
--- a/mission-control/mcp-account-manager-ytstenut.c
+++ b/mission-control/mcp-account-manager-ytstenut.c
@@ -579,7 +579,7 @@ mcp_account_manager_ytstenut_release (TpYtsSvcAccountManager *manager,
else
{
DEBUG ("Caller called Release() without Hold()");
- error = g_error_new_literal (TP_ERRORS, TP_ERROR_NOT_AVAILABLE,
+ error = g_error_new_literal (TP_ERROR, TP_ERROR_NOT_AVAILABLE,
"The Hold() method must be called successfully by this caller before "
"calling Release().");
dbus_g_method_return_error (context, error);