diff options
author | Christopher Michael <cpmichael1@comcast.net> | 2009-03-12 20:55:10 +0000 |
---|---|---|
committer | Christopher Michael <cpmichael1@comcast.net> | 2009-03-12 20:55:10 +0000 |
commit | f7ad8fce82e34ee98648f2139167ac921074d0e7 (patch) | |
tree | dcebc55e9ca494041fff56cc54aab2b784b74ebf /src | |
parent | bade03f209d1e18b6e8d99c4c092790a252c8738 (diff) | |
download | enlightenment-f7ad8fce82e34ee98648f2139167ac921074d0e7.tar.gz |
no reason to set the text of o_holder as it contains no text part.
SVN revision: 39454
Diffstat (limited to 'src')
-rw-r--r-- | src/modules/ibox/e_mod_main.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/modules/ibox/e_mod_main.c b/src/modules/ibox/e_mod_main.c index 6de62c1a6c..9ceda6808d 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); } |