projects
/
profile
/
ivi
/
edje.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1e358e7
)
edje/edje_entry : Just fixed a comment.
author
woohyun
<woohyun>
Thu, 19 Jul 2012 08:26:02 +0000
(08:26 +0000)
committer
woohyun
<woohyun@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 19 Jul 2012 08:26:02 +0000
(08:26 +0000)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/edje@74168
7cbeb6ba
-43b4-40fd-8cce-
4c39aea84d33
src/lib/edje_entry.c
patch
|
blob
|
history
diff --git
a/src/lib/edje_entry.c
b/src/lib/edje_entry.c
index
76fe219
..
d0ccec9
100644
(file)
--- 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)