ryuan pushed a commit to branch master.

commit 28f9eb60875ad80d3dda10c9fc04279966be4ede
Author: Ryuan Choi <[email protected]>
Date:   Wed Sep 11 20:01:06 2013 +0900

    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
---
 src/lib/elc_fileselector.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/lib/elc_fileselector.c b/src/lib/elc_fileselector.c
index f219333..0d13412 100644
--- a/src/lib/elc_fileselector.c
+++ b/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. */

-- 

------------------------------------------------------------------------------
How ServiceNow helps IT people transform IT departments:
1. Consolidate legacy IT systems to a single system of record for IT
2. Standardize and globalize service processes across IT
3. Implement zero-touch automation to replace manual, redundant tasks
http://pubads.g.doubleclick.net/gampad/clk?id=51271111&iu=/4140/ostg.clktrk

Reply via email to