ecore: actually return the real value, even if they were the same in this case.
authorCedric Bail <cedric.bail@samsung.com>
Thu, 30 May 2013 07:08:03 +0000 (16:08 +0900)
committerCedric Bail <cedric.bail@samsung.com>
Tue, 4 Jun 2013 02:20:25 +0000 (11:20 +0900)
src/lib/ecore/ecore.c

index 03734db..51d55db 100644 (file)
@@ -548,7 +548,7 @@ ecore_thread_main_loop_begin(void)
 
    _thread_loop = 1;
 
-   return EINA_TRUE;
+   return _thread_loop;
 }
 
 EAPI int