---
 src/modules/bluez/e_mod_main.c |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/src/modules/bluez/e_mod_main.c b/src/modules/bluez/e_mod_main.c
index 6fdf521..8b24ee5 100644
--- a/src/modules/bluez/e_mod_main.c
+++ b/src/modules/bluez/e_mod_main.c
@@ -1123,6 +1123,12 @@ _default_adapter_callback(void *data, DBusMessage *msg, 
DBusError *err __UNUSED_
    E_Bluez_Instance *inst;
    const char *path;
 
+   if (err && dbus_error_is_set(err))
+     {
+       dbus_error_free(err);
+       return;
+     }
+
    if (dbus_message_get_args(msg, NULL, DBUS_TYPE_OBJECT_PATH, &path,
                             DBUS_TYPE_INVALID) == FALSE)
      return;
-- 
1.6.4.4


------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to