Fixed GBS Build Error in Music Player 73/99673/1
authorbhutani.92 <bhutani.92@samsung.com>
Wed, 23 Nov 2016 14:36:43 +0000 (20:06 +0530)
committerbhutani.92 <bhutani.92@samsung.com>
Wed, 23 Nov 2016 14:36:43 +0000 (20:06 +0530)
Change-Id: Ie482c0b441f3007d232d70ad090bd821473ffec3
Signed-off-by: bhutani.92 <bhutani.92@samsung.com>
CMakeLists.txt
src/widget/mp-minicontroller.c

index ff15a47de94a57cab71c7efa0358be9b927543b3..cb606f5509d4cf4005133bbe2c54f6a3f04a185e 100755 (executable)
@@ -59,7 +59,6 @@ SET(COMMON_SRCS
        src/core/mp-player-drm.c
        src/core/mp-setting-ctrl.c
        src/core/mp-streaming-mgr.c
-       src/core/mp-music-view-mgr.c
        src/core/mp-lyric-mgr.c
        src/core/mp-volume.c
        src/core/mp-http-mgr.c
index ce0f06abfd44b5b38e8fea021a5b66cef9cd4bb4..8d110093334dd0de1248bc3ae25e5804fd53472b 100755 (executable)
@@ -668,7 +668,6 @@ int _mp_is_current_focus_available(struct appdata *ad)
 
        IF_FREE(additional_info);
 
-       additional_info = NULL;
        changed_by = SOUND_STREAM_FOCUS_CHANGED_BY_MEDIA;
        ret = sound_manager_get_current_playback_focus(&changed_by, &playback_flag, &additional_info);
        if (ret != SOUND_MANAGER_ERROR_NONE) {
@@ -745,7 +744,7 @@ static void _mp_minicontroller_ff_rew_btn_pressed_cb(void *data, Evas_Object *ob
        MP_CHECK(ad);
 
        if (_mp_is_current_focus_available(ad) != 0) {
-               ERROR_TRACE("Some other application has the focus currently... Changing state in paused state...");
+               ERROR_TRACE("Some other application has the focus currently... Changing to paused state...");
                ad->paused_by_user = TRUE;
        }