don't throw double events for our own disk ops

SVN revision: 74327
This commit is contained in:
Mike Blumenkrantz 2012-07-23 14:11:57 +00:00
parent 7914a063ea
commit 722fef0199
1 changed files with 1 additions and 0 deletions

View File

@ -164,6 +164,7 @@ _eeze_mount_fdh(void *d __UNUSED__, Ecore_Fd_Handler *fdh __UNUSED__)
if (!strcmp(src, eeze_disk_devpath_get(disk))) if (!strcmp(src, eeze_disk_devpath_get(disk)))
{ {
found = EINA_TRUE; found = EINA_TRUE;
if (disk->mount_status) goto err;
break; break;
} }
} }