Temporal patch to disable channel lock 28/47728/1
authorjinwoo.shin <jw0227.shin@samsung.com>
Tue, 8 Sep 2015 07:56:14 +0000 (16:56 +0900)
committerjinwoo.shin <jw0227.shin@samsung.com>
Tue, 8 Sep 2015 07:56:14 +0000 (16:56 +0900)
Change-Id: Icc6c3aa28d20527a313f83016a4141e334ee158a
Signed-off-by: jinwoo.shin <jw0227.shin@samsung.com>
src/view_action_menu.c

index a73131b..bee69a3 100644 (file)
@@ -123,6 +123,11 @@ static void _lock_clicked(void)
 
 static int _lock_state(void)
 {
+       return STATE_DISABLED;
+
+       /*
+       FIXME: Temporal fix until video mute is ready.
+
        const struct tv_channel_info *channel_info;
        int r;
 
@@ -137,6 +142,7 @@ static int _lock_state(void)
        tv_channel_del_info(channel_info);
 
        return r;
+       */
 }
 
 static void _channel_clicked(void)