From 24fcf31658a34af799af09d1c6b9f4524101929c Mon Sep 17 00:00:00 2001 From: Aleksandr Sapozhnik Date: Tue, 10 Nov 2015 11:41:41 +0200 Subject: [PATCH] TM-60 Request to add "MINICONTROL_EVENT_REQUEST_LOCK" to minicontrol_provider_event_e enum [Implementation] The flag was implemented in platform. Uncommented source code. Change-Id: I9f1c4ddfe013d716d65e08b34792bb68e0db2d0f Signed-off-by: Aleksandr Sapozhnik --- src/callui-view-quickpanel.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/callui-view-quickpanel.c b/src/callui-view-quickpanel.c index e0d0e7f..404c084 100755 --- a/src/callui-view-quickpanel.c +++ b/src/callui-view-quickpanel.c @@ -653,8 +653,7 @@ static int __callui_view_qp_onshow(call_view_data_t *view_data, void *appdata) /* Prohibit remove of mini control */ - // TODO MINICONTROL_EVENT_REQUEST_LOCK is not supported - //minicontrol_send_event(ad->win_quickpanel, MINICONTROL_EVENT_REQUEST_LOCK, NULL); + minicontrol_send_event(ad->win_quickpanel, MINICONTROL_EVENT_REQUEST_LOCK, NULL); return 0; } -- 2.7.4