From be87d8b5f1366c8f691dd123387ae97e29adcf0d Mon Sep 17 00:00:00 2001 From: woohyun Date: Thu, 19 Jul 2012 08:26:02 +0000 Subject: [PATCH] edje/edje_entry : Just fixed a comment. git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@74168 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- src/lib/edje_entry.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/edje_entry.c b/src/lib/edje_entry.c index 76fe219..d0ccec9 100644 --- a/src/lib/edje_entry.c +++ b/src/lib/edje_entry.c @@ -1260,7 +1260,7 @@ _edje_key_down_cb(void *data, Evas *e __UNUSED__, Evas_Object *obj __UNUSED__, v if (shift) _sel_start(en->cursor, rp->object, en); else _sel_clear(en->cursor, rp->object, en); } - /* If control is pressed, go to the start of the word */ + /* If control is pressed, go to the end of the word */ if (control) evas_textblock_cursor_word_end(en->cursor); evas_textblock_cursor_char_next(en->cursor); if (en->select_allow) -- 2.7.4