projects
/
platform
/
upstream
/
elementary.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4de86f8
)
entry: remove unused label for goto
90/142090/1
accepted/tizen/3.0/common/20170804.064005
accepted/tizen/3.0/ivi/20170804.014724
accepted/tizen/3.0/mobile/20170804.014642
accepted/tizen/3.0/tv/20170804.014658
accepted/tizen/3.0/wearable/20170804.014708
submit/tizen_3.0/20170803.051832
author
Youngbok Shin
<youngb.shin@samsung.com>
Wed, 2 Aug 2017 10:57:05 +0000
(19:57 +0900)
committer
Youngbok Shin
<youngb.shin@samsung.com>
Wed, 2 Aug 2017 11:44:27 +0000
(11:44 +0000)
@tizen_fix
Change-Id: I7ea5763432b9118eb7e33f20419be2e25ccf7a9f
(cherry picked from commit
4efc635dc647d5e43a9e0170f41502a23438aeb5
)
src/lib/elm_entry.c
patch
|
blob
|
history
diff --git
a/src/lib/elm_entry.c
b/src/lib/elm_entry.c
index fed01a0d20c7eef71f843fd62f8f1e1bffa91848..9f8a0361275a80ac56fb60179f135cf908b735d8 100644
(file)
--- a/
src/lib/elm_entry.c
+++ b/
src/lib/elm_entry.c
@@
-3089,10
+3089,6
@@
_long_press_cb(void *data)
//sd->long_pressed = EINA_TRUE;
-//TIZEN_ONLY: fix problem 'longpress' signal doesn't occur when entry has not focus
-signal_longpress:
-//
-
sd->longpress_timer = NULL;
eo_do(data, eo_event_callback_call
(EVAS_CLICKABLE_INTERFACE_EVENT_LONGPRESSED, NULL));