projects
/
platform
/
upstream
/
weston.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
25f6db5
)
editor: Remove preedit text on startup
author
Jan Arne Petersen
<jpetersen@openismus.com>
Mon, 5 Nov 2012 02:26:41 +0000
(
03:26
+0100)
committer
Kristian Høgsberg
<krh@bitplanet.net>
Thu, 8 Nov 2012 19:26:43 +0000
(14:26 -0500)
There should not be preedit text when a text entry does not have focus.
Signed-off-by: Jan Arne Petersen <jpetersen@openismus.com>
clients/editor.c
patch
|
blob
|
history
diff --git
a/clients/editor.c
b/clients/editor.c
index 42c1aecbc106df045064170ee20d32b7a78e5665..348041c31059c9869b8c9c44836bef25cdc29c41 100644
(file)
--- a/
clients/editor.c
+++ b/
clients/editor.c
@@
-938,7
+938,6
@@
main(int argc, char *argv[])
editor.entry = text_entry_create(&editor, "Entry");
editor.editor = text_entry_create(&editor, "Editor");
- text_entry_set_preedit(editor.editor, "preedit", strlen("preedit"));
window_set_title(editor.window, "Text Editor");