Re: [PATCH 1/4] editor: fix assert to take preedit string into account

2012-10-04 Thread Kristian Høgsberg
On Tue, Oct 02, 2012 at 11:06:51AM +0200, Philipp Brüschweiler wrote: Thanks, all four fixes applied. Kristian > --- > clients/editor.c | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/clients/editor.c b/clients/editor.c > index 5643338..c656b06 100644 > --- a/clients

[PATCH 1/4] editor: fix assert to take preedit string into account

2012-10-02 Thread Philipp Brüschweiler
--- clients/editor.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/clients/editor.c b/clients/editor.c index 5643338..c656b06 100644 --- a/clients/editor.c +++ b/clients/editor.c @@ -500,7 +500,8 @@ text_entry_update_layout(struct text_entry *entry) { char *text;