Enlightenment CVS committal Author : sebastid Project : e17 Module : libs/ecore
Dir : e17/libs/ecore/src/lib/ecore_dbus Modified Files: ecore_dbus.c Log Message: - Check if the return type of the error message is string - Add test with error =================================================================== RCS file: /cvs/e/e17/libs/ecore/src/lib/ecore_dbus/ecore_dbus.c,v retrieving revision 1.21 retrieving revision 1.22 diff -u -3 -r1.21 -r1.22 --- ecore_dbus.c 27 Jul 2006 15:28:44 -0000 1.21 +++ ecore_dbus.c 27 Jul 2006 15:34:16 -0000 1.22 @@ -385,7 +385,7 @@ if ((sent) && (sent->cb.error)) { char *error = NULL; - if (ev2->args) + if ((ev2->args) && (ev2->args[0].type == ECORE_DBUS_DATA_TYPE_STRING)) error = ev2->args[0].value; sent->cb.error(sent->cb.data, error); } ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys -- and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs