Re: [PATCH] weston-editor: Don't copy the preedit string before inserting it

2016-11-18 Thread Silvan Jegen
Hi Bryce And thanks for the review! On Fri, Nov 18, 2016 at 1:20 AM, Bryce Harrington wrote: > On Thu, Nov 17, 2016 at 09:43:05PM +0100, Silvan Jegen wrote: >> Signed-off-by: Silvan Jegen >> --- >> clients/editor.c | 8 +--- >> 1 file changed, 1 insertion(+), 7 deletions(-) >> >> diff --gi

Re: [PATCH] weston-editor: Don't copy the preedit string before inserting it

2016-11-17 Thread Bryce Harrington
On Thu, Nov 17, 2016 at 09:43:05PM +0100, Silvan Jegen wrote: > Signed-off-by: Silvan Jegen > --- > clients/editor.c | 8 +--- > 1 file changed, 1 insertion(+), 7 deletions(-) > > diff --git a/clients/editor.c b/clients/editor.c > index 6805d8a..1ed3eec 100644 > --- a/clients/editor.c > +++

[PATCH] weston-editor: Don't copy the preedit string before inserting it

2016-11-17 Thread Silvan Jegen
Signed-off-by: Silvan Jegen --- clients/editor.c | 8 +--- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/clients/editor.c b/clients/editor.c index 6805d8a..1ed3eec 100644 --- a/clients/editor.c +++ b/clients/editor.c @@ -944,16 +944,10 @@ text_entry_reset_preedit(struct text_en