projects
/
platform
/
upstream
/
efl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
119ebdc
)
elc_fileselector: Do not send "selected" signal when anchor was clicked.
author
Ryuan Choi
<ryuan.choi@gmail.com>
Wed, 11 Sep 2013 11:01:06 +0000
(20:01 +0900)
committer
Ryuan Choi
<ryuan.choi@gmail.com>
Wed, 11 Sep 2013 11:40:55 +0000
(20:40 +0900)
Because anchor on path_entry just changes current path,
we don't need to send "selected" signal
legacy/elementary/src/lib/elc_fileselector.c
patch
|
blob
|
history
diff --git
a/legacy/elementary/src/lib/elc_fileselector.c
b/legacy/elementary/src/lib/elc_fileselector.c
index
f219333
..
0d13412
100644
(file)
--- a/
legacy/elementary/src/lib/elc_fileselector.c
+++ b/
legacy/elementary/src/lib/elc_fileselector.c
@@
-888,7
+888,6
@@
_anchor_clicked(void *data,
// keep a ref to path 'couse it will be destroyed by _populate
p = eina_stringshare_add(info->name);
_populate(fs, p, NULL, NULL);
- evas_object_smart_callback_call(data, SIG_SELECTED, (void *)p);
eina_stringshare_del(p);
/* After anchor was clicked, entry will be focused, and will be editable.
* It's wrong. So remove focus. */