elc_fileselector: Do not send "selected" signal when anchor was clicked.
authorRyuan Choi <ryuan.choi@gmail.com>
Wed, 11 Sep 2013 11:01:06 +0000 (20:01 +0900)
committerRyuan 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

src/lib/elc_fileselector.c

index f219333..0d13412 100644 (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. */