Enlightenment CVS committal Author : devilhorns Project : e_modules Module : mbar
Dir : e_modules/mbar Modified Files: e_mod_main.c Log Message: Minor formatting. =================================================================== RCS file: /cvs/e/e_modules/mbar/e_mod_main.c,v retrieving revision 1.10 retrieving revision 1.11 diff -u -3 -r1.10 -r1.11 --- e_mod_main.c 29 Mar 2006 04:01:23 -0000 1.10 +++ e_mod_main.c 29 Mar 2006 04:11:36 -0000 1.11 @@ -400,7 +400,6 @@ ic = _mbar_icon_new(mbb, a); if (ic) { - edje_object_part_text_set(ic->bg_object, "label", a->comment); for (ll = mb->apps->subapps; ll; ll = ll->next) { E_App *a2; @@ -438,7 +437,6 @@ ic = _mbar_icon_new(mbb, a); if (ic) { - edje_object_part_text_set(ic->bg_object, "label", a->comment); for (ll = mb->apps->subapps; ll; ll = ll->next) { E_App *a2; @@ -790,8 +788,6 @@ edje_object_file_set(o, buf, "modules/mbar/icon"); } evas_object_show(o); - - edje_object_part_text_set(ic->bg_object, "label", a->comment); o = edje_object_add(mbb->evas); ic->icon_object = o; @@ -1273,7 +1269,7 @@ edje_object_signal_emit(ic->overlay_object, "active", ""); if (ic->mbb->overlay_object) edje_object_signal_emit(ic->mbb->overlay_object, "active", ""); - edje_object_part_text_set(ic->bg_object, "label", ic->app->comment); + edje_object_part_text_set(ic->bg_object, "label", ic->app->comment); } static void @@ -1289,7 +1285,7 @@ edje_object_signal_emit(ic->overlay_object, "passive", ""); if (ic->mbb->overlay_object) edje_object_signal_emit(ic->mbb->overlay_object, "passive", ""); - edje_object_part_text_set(ic->bg_object, "label", ""); + edje_object_part_text_set(ic->bg_object, "label", ""); } static void ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs