Resolved errors for ABS Build 59/75559/1 submit/tizen_mobile/20160620.141732
authorbhutani.92 <bhutani.92@samsung.com>
Mon, 20 Jun 2016 11:37:58 +0000 (17:07 +0530)
committerbhutani.92 <bhutani.92@samsung.com>
Mon, 20 Jun 2016 11:37:58 +0000 (17:07 +0530)
Change-Id: I423e2b8a8fd8f94a856383fff889bcb27962d308
Signed-off-by: bhutani.92 <bhutani.92@samsung.com>
music-chooser/src/mc-track-list.c
src/common/mp-common.c

index 16f6800..6aecb93 100755 (executable)
@@ -114,7 +114,7 @@ static Evas_Object *_gl_select_all_content_get(void *data, Evas_Object *obj, con
 void mc_post_notification_indicator(list_item_data_t *it_data, player_state_e state)
 {
        startfunc;
-       MP_CHECK_NULL(it_data);
+       MP_CHECK(it_data);
        struct app_data *ad = it_data->ad;
        int ret = 0;
 
index 93864f7..11b7ef4 100755 (executable)
@@ -1677,7 +1677,7 @@ _mp_common_multiple_view_operation(app_control_h app_control)
                for (i = 0; i < length; i++) {
                        char *path = _mp_util_convert_url(value[i]);
                        mp_plst_item *item = mp_playlist_mgr_item_append(ad->playlist_mgr, path, NULL, NULL, NULL, MP_TRACK_URI);
-                       MP_CHECK(item);
+                       MP_CHECK_FALSE(item);
                        if (thumbs) {
                                item->thumbnail_path = g_strdup(thumbs[i]);
                        }