[PATCH] text: Fix misleading error message

Eduardo Lima (Etrunko) eduardo.lima at linux.intel.com
Wed Jun 12 14:19:21 PDT 2013


On 06/07/2013 02:27 AM, Kristian Høgsberg wrote:
> On Thu, Jun 06, 2013 at 10:59:06AM -0300, Eduardo Lima (Etrunko) wrote:
>> Ping?
> 
> This never made it to the list, it got stuck in moderation.  Normally
> you just subscribe to the list and re-send it, but I found it in the
> moderation queue and let it through.

Thank you, I was wondering if that was the problem. I have tweaked my
git config to send patches with the address that is actually subscribed
to the mailing list.

Regards, Eduardo
> 
> Kristian
> 
>> On 05/10/2013 05:50 PM, Eduardo Lima (Etrunko) wrote:
>>> From: "Eduardo Lima (Etrunko)" <eduardo.lima at linux.intel.com>
>>>
>>> This should be "input_method" and not "desktop_shell"
>>>
>>> Signed-off-by: Eduardo Lima (Etrunko) <eduardo.lima at 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;
>>>  	}
>>>
>>
>>
>> -- 
>> Eduardo de Barros Lima (Etrunko)
>> Software Engineer, Open Source Technology Center
>> Intel Corporation
>> São Paulo, Brazil
>> eduardo.lima at linux.intel.com
>> _______________________________________________
>> wayland-devel mailing list
>> wayland-devel at lists.freedesktop.org
>> http://lists.freedesktop.org/mailman/listinfo/wayland-devel
> _______________________________________________
> wayland-devel mailing list
> wayland-devel at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/wayland-devel
> 


-- 
Eduardo de Barros Lima (Etrunko)
Software Engineer, Open Source Technology Center
Intel Corporation
São Paulo, Brazil
eduardo.lima at linux.intel.com


More information about the wayland-devel mailing list