Fix jittery text for fangy :)

SVN revision: 25832
This commit is contained in:
Christopher Michael 2006-09-14 14:30:14 +00:00
parent 87cb7261ef
commit 0734a0a278
2 changed files with 7 additions and 14 deletions

View File

@ -444,8 +444,11 @@ static void
_net_cb_mouse_in (void *data, Evas * e, Evas_Object * obj, void *event_info)
{
Instance *inst;
Config_Item *ci;
inst = data;
ci = _net_config_item_get(inst->gcc->id);
if (!ci->always_text)
edje_object_signal_emit (inst->net_obj, "label_active", "");
}

10
net.edc
View File

@ -480,16 +480,6 @@ collections
target: "rx_label";
target: "tx_label";
target: "net_label";
//after: "go_passive2";
}
program
{
name: "go_passive2";
signal: "label_passive2";
source: "";
action: ACTION_STOP;
target: "go_active";
//after: "go_passive2";
}
program
{