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:
5a36b54
)
[entry] fixed bug - double click auto selection
author
Myungjae Lee
<mjae.lee@samsung.com>
Wed, 19 Jan 2011 12:53:06 +0000
(21:53 +0900)
committer
Myungjae Lee
<mjae.lee@samsung.com>
Wed, 19 Jan 2011 12:53:06 +0000
(21:53 +0900)
src/lib/edje_entry.c
patch
|
blob
|
history
diff --git
a/src/lib/edje_entry.c
b/src/lib/edje_entry.c
index
ce59d57
..
b0ee8bf
100644
(file)
--- a/
src/lib/edje_entry.c
+++ b/
src/lib/edje_entry.c
@@
-1829,8
+1829,7
@@
_edje_entry_select_word(Edje_Real_Part *rp)
static void
_edje_entry_mouse_double_clicked(void *data, Evas_Object *obj __UNUSED__, const char *emission __UNUSED__, const char *source __UNUSED__)
{
- Edje* ed = data;
- Edje_Real_Part *rp = ed->focused_part;
+ Edje_Real_Part *rp = data;
Entry *en;
if (!rp) return;
en = rp->entry_data;