no reason to set the text of o_holder as it contains no text part.

SVN revision: 39454
This commit is contained in:
Christopher Michael 2009-03-12 20:55:10 +00:00
parent bade03f209
commit f7ad8fce82
1 changed files with 0 additions and 1 deletions

View File

@ -594,7 +594,6 @@ _ibox_icon_fill_label(IBox_Icon *ic)
}
if (!label) label = "?";
edje_object_part_text_set(ic->o_holder, "e.text.label", label);
edje_object_part_text_set(ic->o_holder2, "e.text.label", label);
}