Enlightenment CVS committal

Author  : devilhorns
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_msgbus.c 


Log Message:
Patch from lok to fix E compiling without e_dbus. Makes cvs build again.
Thanks lok :)

===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_msgbus.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- e_msgbus.c  11 Jun 2008 07:02:05 -0000      1.5
+++ e_msgbus.c  6 Aug 2008 22:52:04 -0000       1.6
@@ -110,25 +110,21 @@
    return 1;
 }
 
+#ifdef HAVE_EDBUS
 EAPI void
 e_msgbus_interface_attach(E_DBus_Interface *iface)
 {
-#ifdef HAVE_EDBUS
    if (!_e_msgbus_data->obj) return;
    e_dbus_object_interface_attach(_e_msgbus_data->obj, iface);
-#endif
 }
 
 EAPI void
 e_msgbus_interface_detach(E_DBus_Interface *iface)
 {
-#ifdef HAVE_EDBUS
    if (!_e_msgbus_data->obj) return;
    e_dbus_object_interface_detach(_e_msgbus_data->obj, iface);
-#endif
 }
 
-#ifdef HAVE_EDBUS
 static void
 _e_msgbus_request_name_cb(void *data, DBusMessage *msg, DBusError *err)
 {



-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to