[entry] added matchlist clicked signal
authorMyungjae Lee <mjae.lee@samsung.com>
Thu, 20 Jan 2011 11:35:53 +0000 (20:35 +0900)
committerMyungjae Lee <mjae.lee@samsung.com>
Thu, 20 Jan 2011 11:35:53 +0000 (20:35 +0900)
src/lib/elm_entry.c

index d0db9e5..1d2886c 100644 (file)
@@ -1138,6 +1138,9 @@ _matchlist_show(void *data)
 
        if (!wd) return;
        if (elm_widget_disabled_get(data)) return;
+       
+       wd->matchlist_job = NULL;
+
        if (wd->matchlist_list_clicked)
        {
                evas_object_hide(wd->hover);