elc_fileselector: Do not send "selected" signal when anchor was clicked.

Because anchor on path_entry just changes current path,
we don't need to send "selected" signal
This commit is contained in:
Ryuan Choi 2013-09-11 20:01:06 +09:00
parent 119ebdcabe
commit 743042501b
1 changed files with 0 additions and 1 deletions

View File

@ -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. */