On Mon, Mar 22, 2010 at 2:14 PM, Gustavo F. Padovan <pado...@profusion.mobi> wrote: > --- > 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;
in svn, thanks! -- Gustavo Sverzut Barbieri http://profusion.mobi embedded systems -------------------------------------- MSN: barbi...@gmail.com Skype: gsbarbieri Mobile: +55 (19) 9225-2202 ------------------------------------------------------------------------------ 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