cedric pushed a commit to branch master.

commit cd57e792bcd2014a7b7230a3405f8ecebdc0a833
Author: Cedric Bail <[email protected]>
Date:   Thu May 30 16:08:03 2013 +0900

    ecore: actually return the real value, even if they were the same in this 
case.
---
 src/lib/ecore/ecore.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lib/ecore/ecore.c b/src/lib/ecore/ecore.c
index 03734db..51d55db 100644
--- a/src/lib/ecore/ecore.c
+++ b/src/lib/ecore/ecore.c
@@ -548,7 +548,7 @@ ecore_thread_main_loop_begin(void)
 
    _thread_loop = 1;
 
-   return EINA_TRUE;
+   return _thread_loop;
 }
 
 EAPI int

-- 

------------------------------------------------------------------------------
How ServiceNow helps IT people transform IT departments:
1. A cloud service to automate IT design, transition and operations
2. Dashboards that offer high-level views of enterprise services
3. A single system of record for all IT processes
http://p.sf.net/sfu/servicenow-d2d-j

Reply via email to