Enlightenment CVS committal Author : dj2 Project : e17 Module : libs/ewl
Dir : e17/libs/ewl/src/bin Modified Files: main.c Log Message: - fill in the source, unit tests and tutorial tabs even if there are no UI tests =================================================================== RCS file: /cvs/e/e17/libs/ewl/src/bin/main.c,v retrieving revision 1.97 retrieving revision 1.98 diff -u -3 -r1.97 -r1.98 --- main.c 26 Feb 2008 05:18:17 -0000 1.97 +++ main.c 26 Feb 2008 05:41:21 -0000 1.98 @@ -450,6 +450,12 @@ { Ewl_Widget *c, *n; + statusbar_text_set(t->name); + + fill_source_text(t); + fill_tutorial_text(t); + setup_unit_tests(t); + /* make sure we have a function if we aren't a straight unit test */ if ((t->type != EWL_TEST_TYPE_UNIT) && (!t->func)) { @@ -457,12 +463,6 @@ t->name); return; } - - statusbar_text_set(t->name); - - fill_source_text(t); - fill_tutorial_text(t); - setup_unit_tests(t); c = ewl_widget_name_find("execute_box"); ewl_container_reset(EWL_CONTAINER(c)); ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs