[evolution/express2: 1/2] checking the sender: not a good idea



commit 3cc02e83c7f854e1a088cdc7c8ac53032fedf40d
Author: Michael Meeks <michael meeks novell com>
Date:   Tue May 11 15:41:25 2010 +0100

    checking the sender: not a good idea

 modules/connman/evolution-connman.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/modules/connman/evolution-connman.c b/modules/connman/evolution-connman.c
index 70befd2..abf532f 100644
--- a/modules/connman/evolution-connman.c
+++ b/modules/connman/evolution-connman.c
@@ -73,7 +73,6 @@ connman_monitor (DBusConnection *connection G_GNUC_UNUSED,
 
 	if (!dbus_message_has_path (message, CM_DBUS_PATH) ||
 	    !dbus_message_has_interface (message, CM_DBUS_INTERFACE) ||
-	    !dbus_message_has_sender (message, CM_DBUS_SERVICE) ||
 	    !dbus_message_has_member (message, "StateChanged"))
 		goto err_exit;
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]