On Thu, 29 Nov 2012 10:43:28 -0800 "Enlightenment SVN"
<no-re...@enlightenment.org> 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
> enlightenment-...@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-svn
> 


-- 
------------- Codito, ergo sum - "I code, therefore I am" --------------
The Rasterman (Carsten Haitzler)    ras...@rasterman.com


------------------------------------------------------------------------------
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
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to