asdfuser pushed a commit to branch master.

commit 0d3cd8702daf8a8dd4901e33bc8ba3cb68242808
Author: Daniel Willmann <[email protected]>
Date:   Wed Apr 24 14:36:46 2013 +0100

    elm_dbus_menu: Fix function signature for the !HAVE_ELDBUS case
    
    The code path that gets compiled if we don't have eldbus was not
    updated. This should fix build problems with older efl versions.
    
    Signed-off-by: Daniel Willmann <[email protected]>
---
 src/lib/elm_dbus_menu.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/lib/elm_dbus_menu.c b/src/lib/elm_dbus_menu.c
index cd5241d..930d2c6 100644
--- a/src/lib/elm_dbus_menu.c
+++ b/src/lib/elm_dbus_menu.c
@@ -1053,7 +1053,8 @@ _elm_dbus_menu_unregister(Eo *obj EINA_UNUSED)
 }
 
 void
-_elm_dbus_menu_app_menu_register(Ecore_X_Window xid EINA_UNUSED, Eo *obj 
EINA_UNUSED)
+_elm_dbus_menu_app_menu_register(Ecore_X_Window xid EINA_UNUSED, Eo *obj 
EINA_UNUSED,
+                                 void (*result_cb)(Eina_Bool, void *) 
EINA_UNUSED, void *data EINA_UNUSED)
 {
 }
 

-- 

------------------------------------------------------------------------------
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr

Reply via email to