From a2ce68fd0346b41b99c6dbbd3c33a5272ce31421 Mon Sep 17 00:00:00 2001 From: "Eduardo Lima (Etrunko)" Date: Fri, 10 May 2013 17:50:36 -0300 Subject: [PATCH] text: Fix misleading error message This should be "input_method" and not "desktop_shell" Signed-off-by: Eduardo Lima (Etrunko) --- src/text-backend.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/text-backend.c b/src/text-backend.c index 3d365278..7e01692d 100644 --- a/src/text-backend.c +++ b/src/text-backend.c @@ -769,7 +769,7 @@ bind_input_method(struct wl_client *client, if (text_backend->input_method.client != client) { wl_resource_post_error(resource, WL_DISPLAY_ERROR_INVALID_OBJECT, - "permission to bind desktop_shell denied"); + "permission to bind input_method denied"); wl_resource_destroy(resource); return; }