From 845e8f3acc11fee50afa4f509b4d3bb17a6a20a1 Mon Sep 17 00:00:00 2001 From: Andreas Volz Date: Wed, 30 Jul 2008 22:12:45 +0200 Subject: [PATCH] - ecore integration works (only signals tested so far) - the code needs to be cleaned up --- src/ecore-integration.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/ecore-integration.cpp b/src/ecore-integration.cpp index f65168e..7c846eb 100644 --- a/src/ecore-integration.cpp +++ b/src/ecore-integration.cpp @@ -153,7 +153,7 @@ int Ecore::BusWatch::watch_handler_read( void *data, Ecore_Fd_Handler *fdh ) int flags = DBUS_WATCH_READABLE; - watch_dispatch(NULL);// test + watch_dispatch(NULL); w->handle(flags); @@ -167,6 +167,8 @@ int Ecore::BusWatch::watch_handler_error( void *data, Ecore_Fd_Handler *fdh ) debug_log("ecore: watch_handler_error"); int flags = DBUS_WATCH_ERROR; + + watch_dispatch(NULL); //w->handle(flags);