Dear all,
this is Daniel Juyung Seo.

I found one doxygen mistyping in elm_theme.c
elm_theme_extension_add() uses eina_list_append() not eina_list_prepend().
So it should be changed to 'Appends'.

--- elm_theme.c 2010-06-14 21:35:07.000000000 +0900
+++ elm_theme_fix.c 2010-08-11 23:37:02.000000000 +0900
@@ -335,7 +335,7 @@
 }

 /**
- * Prepends a theme extension to the list of extensions.
+ * Appends a theme extension to the list of extensions.
  *
  * @param th The theme to add to, or if NULL, the default theme
  * @param item The Edje file path to be used


Thanks.

Best Regards,
Daniel Juyung Seo.

------------------------------------------------------------------------------
This SF.net email is sponsored by 

Make an app they can't live without
Enter the BlackBerry Developer Challenge
http://p.sf.net/sfu/RIM-dev2dev 
_______________________________________________
enlightenment-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to