From f7ad8fce82e34ee98648f2139167ac921074d0e7 Mon Sep 17 00:00:00 2001 From: Christopher Michael Date: Thu, 12 Mar 2009 20:55:10 +0000 Subject: [PATCH] no reason to set the text of o_holder as it contains no text part. SVN revision: 39454 --- src/modules/ibox/e_mod_main.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/modules/ibox/e_mod_main.c b/src/modules/ibox/e_mod_main.c index 6de62c1a6..9ceda6808 100644 --- a/src/modules/ibox/e_mod_main.c +++ b/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); }