diff -r 7516d6d86cf5 -r ed14f46c0e55 src/hbcore/i18n/hbfindfile.cpp --- a/src/hbcore/i18n/hbfindfile.cpp Mon Oct 04 17:49:30 2010 +0300 +++ b/src/hbcore/i18n/hbfindfile.cpp Mon Oct 18 18:23:13 2010 +0300 @@ -122,7 +122,7 @@ QString drives = availableDrives(); for (int i = 0; i < drives.size(); i++) { if (drives.at(i) == defaultDrive) { - continue; + continue; } file = drives.at(i) + QString(":") + str; QFileInfo info(file);