From 2192b7b56421de89dd884a23a8df71e7455ac0e6 Mon Sep 17 00:00:00 2001 From: Gustavo Sverzut Barbieri Date: Wed, 29 Aug 2012 20:51:35 -0300 Subject: [PATCH] main screen: voicemail blocker should only block its button area. it was not setting its position, defaulting to the whole screen and that was making the GUI unusable when the voicemail interface is not available (such as HFP). --- data/themes/includes/main.edc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/data/themes/includes/main.edc b/data/themes/includes/main.edc index 51e95f4..93fcfc1 100644 --- a/data/themes/includes/main.edc +++ b/data/themes/includes/main.edc @@ -536,6 +536,8 @@ group { state: "default" 0.0; color: 0 0 0 0; visible: 0; + rel1.to: "button.voicemail"; + rel2.to: "button.voicemail"; } description { state: "disabled" 0.0; -- 2.7.4