ecore_x_image_get() should not abort when shm creation fails

This commit is contained in:
Mike Blumenkrantz 2014-05-09 10:18:38 -04:00
parent 8788cac287
commit d34466c2f3
1 changed files with 1 additions and 5 deletions

View File

@ -309,11 +309,7 @@ ecore_x_image_get(Ecore_X_Image *im,
_ecore_x_image_shm_create(im);
if (!im->xim)
{
fprintf(stderr, "BLAAAAAAAAAAAAH\n");
abort();
return EINA_FALSE;
}
return EINA_FALSE;
_ecore_x_image_err = 0;