From: DoHyun Pyun Date: Tue, 27 Dec 2016 09:11:36 +0000 (+0900) Subject: Modify the window type to basic X-Git-Tag: submit/tizen/20170220.233016^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F05%2F113305%2F1;p=platform%2Fcore%2Fconnectivity%2Fbt-syspopup.git Modify the window type to basic Change-Id: If5ecfbcac9a4eeac75b577ce4437d67250ab4ffd Signed-off-by: DoHyun Pyun --- diff --git a/data/org.tizen.bt-syspopup.xml b/data/org.tizen.bt-syspopup.xml index 7f156da..473d29f 100644 --- a/data/org.tizen.bt-syspopup.xml +++ b/data/org.tizen.bt-syspopup.xml @@ -15,5 +15,6 @@ http://tizen.org/privilege/display http://tizen.org/privilege/bluetooth http://tizen.org/privilege/bluetooth.admin + http://tizen.org/privilege/haptic diff --git a/src/bt-syspopup-w.c b/src/bt-syspopup-w.c index 05ef4dd..0738ff9 100644 --- a/src/bt-syspopup-w.c +++ b/src/bt-syspopup-w.c @@ -1889,7 +1889,7 @@ static void __bluetooth_win_del(void *data) static Evas_Object *__bluetooth_create_win(const char *name, void *data) { Evas_Object *eo; - eo = elm_win_add(NULL, name, ELM_WIN_DIALOG_BASIC); + eo = elm_win_add(NULL, name, ELM_WIN_BASIC); if (eo) { elm_win_alpha_set(eo, EINA_TRUE); elm_win_title_set(eo, name);