oppps sorry. I am on svn borker mode :) Thanks for the fix. Daniel Juyung Seo (SeoZ) On Nov 30, 2012 7:13 AM, "Carsten Haitzler" <[email protected]> wrote:
> On Thu, 29 Nov 2012 10:43:28 -0800 "Enlightenment SVN" > <[email protected]> said: > > borker-award++ :) > > > Log: > > elm test.c: Fixed formatting. > > > > Author: seoz > > Date: 2012-11-29 10:43:28 -0800 (Thu, 29 Nov 2012) > > New Revision: 79846 > > Trac: http://trac.enlightenment.org/e/changeset/79846 > > > > Modified: > > trunk/elementary/src/bin/test.c > > > > Modified: trunk/elementary/src/bin/test.c > > =================================================================== > > --- trunk/elementary/src/bin/test.c 2012-11-29 17:57:24 UTC (rev 79845) > > +++ trunk/elementary/src/bin/test.c 2012-11-29 18:43:28 UTC (rev 79846) > > @@ -32,6 +32,7 @@ > > void test_transit9(void *data, Evas_Object *obj, void *event_info); > > void test_fileselector_button(void *data, Evas_Object *obj, void > > *event_info); void test_fileselector_entry(void *data, Evas_Object *obj, > void > > *event_info); +void test_frame(void *data, Evas_Object *obj, void > > *event_info); void test_clock(void *data, Evas_Object *obj, void > *event_info); > > void test_clock2(void *data, Evas_Object *obj, void *event_info); > > void test_clock3(void *data, Evas_Object *obj, void *event_info); > > @@ -496,6 +497,7 @@ > > ADD_TEST(NULL, "Containers", "Box Horiz", test_box_horiz); > > ADD_TEST(NULL, "Containers", "Box Homogeneous", test_box_homo); > > ADD_TEST(NULL, "Containers", "Box Transition", test_box_transition); > > + ADD_TEST(NULL, "Containers", "Frame", test_frame); > > ADD_TEST(NULL, "Containers", "Table", test_table); > > ADD_TEST(NULL, "Containers", "Table Homogeneous", test_table2); > > ADD_TEST(NULL, "Containers", "Table 3", test_table3); > > @@ -801,7 +803,7 @@ > > /* if the mainloop that elm_run() runs exist - we exit the app */ > > > > EINA_LIST_FREE(tests, t) > > - free(t); > > + free(t); > > > > elm_shutdown(); /* clean up and shut down */ > > /* exit code */ > > > > > > > ------------------------------------------------------------------------------ > > Keep yourself connected to Go Parallel: > > VERIFY Test and improve your parallel project with help from experts > > and peers. http://goparallel.sourceforge.net > > _______________________________________________ > > enlightenment-svn mailing list > > [email protected] > > https://lists.sourceforge.net/lists/listinfo/enlightenment-svn > > > > > -- > ------------- Codito, ergo sum - "I code, therefore I am" -------------- > The Rasterman (Carsten Haitzler) [email protected] > > > > ------------------------------------------------------------------------------ > Keep yourself connected to Go Parallel: > VERIFY Test and improve your parallel project with help from experts > and peers. http://goparallel.sourceforge.net > _______________________________________________ > enlightenment-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/enlightenment-devel > ------------------------------------------------------------------------------ Keep yourself connected to Go Parallel: TUNE You got it built. Now make it sing. Tune shows you how. http://goparallel.sourceforge.net _______________________________________________ enlightenment-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
