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

SVN revision: 39454
devs/princeamd/enlightenment-0.17-elive
Christopher Michael 14 years ago
parent bade03f209
commit f7ad8fce82
  1. 1
      src/modules/ibox/e_mod_main.c

@ -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);
}

Loading…
Cancel
Save