- fixed stupid ecore dispatcher error

- removed not needed echo_ecore files
This commit is contained in:
Andreas Volz 2011-11-18 23:41:54 +01:00
parent 84978b67b5
commit 59fc6e9e46
14 changed files with 32 additions and 2115 deletions

View file

@ -112,9 +112,9 @@ Eina_Bool Ecore::BusWatch::watch_dispatch( void *data, Ecore_Fd_Handler *fdh )
{
Ecore::BusWatch* w = reinterpret_cast<Ecore::BusWatch*>(data);
debug_log("Ecore::BusWatch watch_handler_read");
debug_log("Ecore::BusWatch watch_handler");
int flags = flags;
int flags = w->flags();
if (w->flags() & DBUS_WATCH_READABLE)
ecore_main_fd_handler_active_set(w->fd_handler, ECORE_FD_READ);