From: Alex Wu Date: Tue, 28 Aug 2012 12:19:14 +0000 (+0000) Subject: edje: backward-compatible to "BLOCK_HANDLE" select_mode. X-Git-Tag: submit/devel/efl/20131022.203902~4467 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0521b4331098f5b76e96f1b8a7db677357d29d71;p=platform%2Fupstream%2Fefl.git edje: backward-compatible to "BLOCK_HANDLE" select_mode. From: Alex Wu SVN revision: 75783 --- diff --git a/legacy/edje/src/bin/edje_cc_handlers.c b/legacy/edje/src/bin/edje_cc_handlers.c index eb91ed4..a057416 100644 --- a/legacy/edje/src/bin/edje_cc_handlers.c +++ b/legacy/edje/src/bin/edje_cc_handlers.c @@ -3617,6 +3617,7 @@ st_collections_group_parts_part_entry_mode(void) @li EXPLICIT mode requires the application controlling the edje object has to explicitly begin and end selection modes, and the selection itself is dragable at both ends. + @li BLOCK_HANDLE mode is the same as DEFAULT, it is for backward-compatibility. @endproperty */ static void @@ -3627,6 +3628,7 @@ st_collections_group_parts_part_select_mode(void) current_part->select_mode = parse_enum(0, "DEFAULT", EDJE_ENTRY_SELECTION_MODE_DEFAULT, "EXPLICIT", EDJE_ENTRY_SELECTION_MODE_EXPLICIT, + "BLOCK_HANDLE", EDJE_ENTRY_SELECTION_MODE_DEFAULT, NULL); }