Elementary: Don't send selected signal to a part with no selected state. Removes warnings.

This commit is contained in:
Stephen Houston 2016-04-05 20:39:35 -05:00
parent 01156d3469
commit 31114fb650
1 changed files with 0 additions and 2 deletions

View File

@ -802,14 +802,12 @@ group { name: "elm/gengrid/item/thumb/default";
signal: "elm,state,selected"; source: "elm";
action: STATE_SET "selected" 0.0;
target: "base";
target: "icon_area";
target: "glow";
}
program {
signal: "elm,state,unselected"; source: "elm";
action: STATE_SET "default" 0.0;
target: "base";
target: "icon_area";
target: "glow";
}
program {