Hello list,

Please apply the patch.  Elementary doesn't compile due to TRUE
instead of EINA_TRUE typos...

Thanks.


brian

-- 
brian
------------------

Cool-Karaoke - The smallest recording studio, in your palm, open-sourced
http://cool-idea.com.tw/

iMaGiNaTiOn iS mOrE iMpOrTaNt tHaN kNoWlEdGe
Index: src/lib/elm_panes.c
===================================================================
--- src/lib/elm_panes.c (revision 53503)
+++ src/lib/elm_panes.c (working copy)
@@ -101,7 +101,7 @@
    unsigned char i = elm_widget_focus_get(chain[1]);
 
    if (elm_widget_focus_next_get(chain[i], dir, next))
-     return TRUE;
+     return EINA_TRUE;
 
    i = !i;
 
Index: src/lib/elc_fileselector_entry.c
===================================================================
--- src/lib/elc_fileselector_entry.c    (revision 53503)
+++ src/lib/elc_fileselector_entry.c    (working copy)
@@ -137,7 +137,7 @@
    unsigned char i = elm_widget_focus_get(chain[1]);
 
    if (elm_widget_focus_next_get(chain[i], dir, next))
-     return TRUE;
+     return EINA_TRUE;
 
    i = !i;
 
------------------------------------------------------------------------------
Download new Adobe(R) Flash(R) Builder(TM) 4
The new Adobe(R) Flex(R) 4 and Flash(R) Builder(TM) 4 (formerly 
Flex(R) Builder(TM)) enable the development of rich applications that run
across multiple browsers and platforms. Download your free trials today!
http://p.sf.net/sfu/adobe-dev2dev
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to