Enlightenment CVS committal Author : rephorm Project : e17 Module : apps/e
Dir : e17/apps/e/src/bin Modified Files: e_fm_main.c Log Message: not all storage devices have serial based udi's =================================================================== RCS file: /cvs/e/e17/apps/e/src/bin/e_fm_main.c,v retrieving revision 1.22 retrieving revision 1.23 diff -u -3 -r1.22 -r1.23 --- e_fm_main.c 17 Jun 2007 02:22:28 -0000 1.22 +++ e_fm_main.c 17 Jun 2007 04:00:53 -0000 1.23 @@ -276,8 +276,8 @@ while ((device = ecore_list_next(ret->strings))) { // printf("DB INIT DEV+: %s\n", device); - if (!strncmp(device, "/org/freedesktop/Hal/devices/storage_serial", - strlen("/org/freedesktop/Hal/devices/storage_serial"))) + if (!strncmp(device, "/org/freedesktop/Hal/devices/storage", + strlen("/org/freedesktop/Hal/devices/storage"))) { char *udi; int ret; ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs