Fix build x86_64, fix elementary call 49/4049/1
authorVictor Hakoun <victor.hakoun@eurogiciel.fr>
Tue, 18 Jun 2013 09:04:03 +0000 (11:04 +0200)
committerVictor Hakoun <victor.hakoun@eurogiciel.fr>
Tue, 18 Jun 2013 09:04:03 +0000 (11:04 +0200)
- elementary in tizen.org does not define elm_notify_align_set(), used elm_notify_orient_set() instead.

Change-Id: I6b31859051063c168b865eb411794ea710ffd12d

setting-common/src/setting-common-draw-popup.c

index b55c66e..f7db2c7 100755 (executable)
@@ -510,7 +510,7 @@ void setting_create_sel_info_popup(Evas_Object *parent,
        if (!(*selInfoPop)) {
                /*  Add notify */
                *selInfoPop = elm_notify_add(parent);
-               elm_notify_align_set(*selInfoPop, ELM_NOTIFY_ALIGN_FILL, 1.0);
+               elm_notify_orient_set(*selInfoPop, ELM_NOTIFY_ORIENT_BOTTOM);
                elm_notify_timeout_set(*selInfoPop, 3);
 
                /*  list_data->selInfoPop layout add */