main screen: voicemail blocker should only block its button area.
authorGustavo Sverzut Barbieri <barbieri@profusion.mobi>
Wed, 29 Aug 2012 23:51:35 +0000 (20:51 -0300)
committerGustavo Sverzut Barbieri <barbieri@profusion.mobi>
Wed, 29 Aug 2012 23:51:35 +0000 (20:51 -0300)
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

index 51e95f4..93fcfc1 100644 (file)
@@ -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;