[Entry_Selection] Fix select all on focus
authorThiep Ha <thiep.ha@samsung.com>
Tue, 26 Mar 2013 03:05:37 +0000 (12:05 +0900)
committerSungho Kwak <sungho1.kwak@samsung.com>
Thu, 28 Mar 2013 02:52:25 +0000 (11:52 +0900)
Change-Id: Ib489bf5639d401886b9be3f44437af73748998b1

src/lib/elm_entry.c

index e4068c6..3f22532 100644 (file)
@@ -2750,11 +2750,6 @@ _entry_mouse_clicked_signal_cb(void *data,
                                const char *emission __UNUSED__,
                                const char *source __UNUSED__)
 {
-   // TIZEN ONLY
-   ELM_ENTRY_DATA_GET(data, sd);
-   if (!_elm_config->desktop_entry && !sd->double_clicked)
-     _hover_cancel_cb(data, NULL, NULL);
-   /////
    evas_object_smart_callback_call(data, SIG_CLICKED, NULL);
 }