Fixing logic for when it checks for whether a call is active or not. Currently it... 24/3324/1 accepted/2.0/20130415.172310 submit/2.0/20130415.174058
authorbrianjjones <brian.j.jones@intel.com>
Fri, 12 Apr 2013 23:11:54 +0000 (16:11 -0700)
committerbrianjjones <brian.j.jones@intel.com>
Fri, 12 Apr 2013 23:11:54 +0000 (16:11 -0700)
src/camera_utils.c

index 903baec..745463d 100755 (executable)
@@ -130,6 +130,7 @@ gboolean cam_utils_check_call_running(void)
        } else {
                cam_warning(LOG_UI, "get setting failed %s",
                            VCONFKEY_CALL_STATE);
+               return FALSE;
        }
 
        return TRUE;