From: Thiep Ha Date: Tue, 26 Mar 2013 03:05:37 +0000 (+0900) Subject: [Entry_Selection] Fix select all on focus X-Git-Tag: accepted/tizen/20130607.213307~108 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0f0ab6ca5cfb85de9a94b86d55e73ca6c9ac8f71;p=profile%2Fmobile%2Felementary.git [Entry_Selection] Fix select all on focus Change-Id: Ib489bf5639d401886b9be3f44437af73748998b1 --- diff --git a/src/lib/elm_entry.c b/src/lib/elm_entry.c index e4068c6..3f22532 100644 --- a/src/lib/elm_entry.c +++ b/src/lib/elm_entry.c @@ -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); }