eldbus: Use FDO error message to timeout
authorJosé Roberto de Souza <jose.souza@intel.com>
Tue, 10 Sep 2013 21:09:43 +0000 (18:09 -0300)
committerEduardo Lima (Etrunko) <eduardo.lima@intel.com>
Fri, 11 Oct 2013 19:52:41 +0000 (16:52 -0300)
src/lib/Eldbus.h

index fe05f2e..cc069a0 100644 (file)
@@ -126,7 +126,7 @@ extern "C" {
 #define ELDBUS_FDO_INTERFACE_INTROSPECTABLE "org.freedesktop.DBus.Introspectable"
 #define ELDBUS_FDO_INTEFACE_PEER "org.freedesktop.DBus.Peer"
 #define ELDBUS_ERROR_PENDING_CANCELED "org.enlightenment.DBus.Canceled"
-#define ELDBUS_ERROR_PENDING_TIMEOUT "org.enlightenment.DBus.Timeout"
+#define ELDBUS_ERROR_PENDING_TIMEOUT "org.freedesktop.DBus.Error.NoReply"
 
 typedef struct _Eldbus_Version
 {