projects
/
framework
/
uifw
/
edje.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f8e7be1
)
[edje_entry] fix autocapitalization
author
Jihoon Kim
<jihoon48.kim@samsung.com>
Mon, 20 Sep 2010 04:27:28 +0000
(13:27 +0900)
committer
Jihoon Kim
<jihoon48.kim@samsung.com>
Mon, 20 Sep 2010 04:27:28 +0000
(13:27 +0900)
src/lib/edje_entry.c
patch
|
blob
|
history
diff --git
a/src/lib/edje_entry.c
b/src/lib/edje_entry.c
index
8d9e41d
..
8519329
100644
(file)
--- a/
src/lib/edje_entry.c
+++ b/
src/lib/edje_entry.c
@@
-114,6
+114,7
@@
_punctuation_check(Entry *en)
unsigned int len = 0;
if (!en || !en->rp || !en->rp->object) return EINA_FALSE;
+ if (!en->autocapital) return EINA_FALSE;
tc = evas_object_textblock_cursor_new(en->rp->object);
evas_textblock_cursor_copy(en->cursor, tc);