Re: [PATCH] text: Fix misleading error message

2013-06-12 Thread Eduardo Lima (Etrunko)
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 an

Re: [PATCH] text: Fix misleading error message

2013-06-06 Thread Kristian Høgsberg
On Fri, May 10, 2013 at 05:50:36PM -0300, Eduardo Lima (Etrunko) wrote: > From: "Eduardo Lima (Etrunko)" > > This should be "input_method" and not "desktop_shell" Thanks, patch applied. Kristian > Signed-off-by: Eduardo Lima (Etrunko) > --- > src/text-backend.c | 2 +- > 1 file changed, 1 in

Re: [PATCH] text: Fix misleading error message

2013-06-06 Thread Kristian Høgsberg
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. Kristian > On 05/10/2013 05:50 PM, Eduar

[PATCH] text: Fix misleading error message

2013-06-06 Thread Eduardo Lima (Etrunko)
From: "Eduardo Lima (Etrunko)" 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 92efd9f..d7ce31c 100644 --- a/src/

Re: [PATCH] text: Fix misleading error message

2013-06-06 Thread Eduardo Lima (Etrunko)
Ping? On 05/10/2013 05:50 PM, Eduardo Lima (Etrunko) wrote: > From: "Eduardo Lima (Etrunko)" > > 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