diff options
author | Lukasz Stanislawski <lukasz.stanislawski@gmail.com> | 2020-06-04 11:16:45 +0200 |
---|---|---|
committer | Lukasz Stanislawski <lukasz.stanislawski@gmail.com> | 2020-06-04 11:16:45 +0200 |
commit | ada39a636e1fd30d7a192a93bf782ea283eaf64d (patch) | |
tree | 19e2af8dc07a9b1779776445ed98bd9ee8068c05 | |
parent | 8d4bd49f70412860d70a89a578b6a2f5c03640c0 (diff) | |
download | elm-demo-tizen-common-sandbox/stanluk/popup.tar.gz elm-demo-tizen-common-sandbox/stanluk/popup.tar.bz2 elm-demo-tizen-common-sandbox/stanluk/popup.zip |
bug reproduciton scenariosandbox/stanluk/popup
Change-Id: I72b211c0262d9e8888d048a84964965b865abf09
-rw-r--r-- | src/popup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/popup.c b/src/popup.c index 7b98d1f..c3092d3 100644 --- a/src/popup.c +++ b/src/popup.c @@ -961,7 +961,7 @@ list_it_title_text_2button_cb(void *data, Evas_Object *obj, void *event_info) elm_popup_align_set(popup, ELM_NOTIFY_ALIGN_FILL, 1.0); evas_object_size_hint_weight_set(popup, EVAS_HINT_EXPAND, EVAS_HINT_EXPAND); elm_object_text_set(popup,"This Popup has title area, content area and action area set, action area has two buttons OK and Cancel."); - elm_object_part_text_set(popup, "title,text", "Title"); + elm_object_part_text_set(popup, "title,text", "Change language"); eext_object_event_callback_add(popup, EEXT_CALLBACK_BACK, _popup_hide_cb, NULL); evas_object_smart_callback_add(popup, "dismissed", _popup_hide_finished_cb, NULL); |