From: "Eduardo Lima (Etrunko)" <eduardo.l...@linux.intel.com>

This should be "input_method" and not "desktop_shell"

Signed-off-by: Eduardo Lima (Etrunko) <eduardo.l...@intel.com>
---
 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 92efd9f..d7ce31c 100644
--- a/src/text-backend.c
+++ b/src/text-backend.c
@@ -762,7 +762,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;
        }
-- 
1.8.1.4

_______________________________________________
wayland-devel mailing list
wayland-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/wayland-devel

Reply via email to