Fix build warning 08/70608/1 accepted/tizen/common/20160520.171037 accepted/tizen/ivi/20160520.081130 accepted/tizen/mobile/20160520.081032 submit/tizen/20160520.012310
authorWootak Jung <wootak.jung@samsung.com>
Fri, 20 May 2016 00:36:15 +0000 (09:36 +0900)
committerWootak Jung <wootak.jung@samsung.com>
Fri, 20 May 2016 00:36:15 +0000 (09:36 +0900)
Change-Id: I006a42f2e0eb6697ec0e073062f9260671b3b10d

callmgr-popup/src/callmgr-popup-widget.c
packaging/call-manager.spec

index 9153cd9..fd85415 100755 (executable)
@@ -414,12 +414,13 @@ static Evas_Object *__callmgr_popup_sim_list_gl_icon_get(void *data, Evas_Object
        }
 
        if (strcmp(part, "elm.swallow.icon") == 0) {
-               if (idx == 0)
+               if (idx == 0) {
                        if (vconf_get_int(VCONFKEY_SETAPPL_SIM1_ICON, &sim_icon_index))
                                ERR("Vconf get error : VCONFKEY_SETAPPL_SIM1_ICON");
-               else
+               } else {
                        if (vconf_get_int(VCONFKEY_SETAPPL_SIM2_ICON, &sim_icon_index))
                                ERR("Vconf get error : VCONFKEY_SETAPPL_SIM2_ICON");
+               }
                DBG("sim_icon_index: %d", idx);
 
                if (sim_icon_index >= 0 && sim_icon_index < SIM_ICON_MAX) {
index 1020b38..474b044 100755 (executable)
@@ -1,6 +1,6 @@
 %define major 0
 %define minor 1
-%define patchlevel 64
+%define patchlevel 65
 %define ext_feature 0
 
 Name:           call-manager