csync_update: Handling hidden files as excluded files, as intended.

Esse commit está contido em:
Klaas Freitag
2015-07-08 18:06:38 +02:00
commit 7aa2b50828
4 arquivos alterados com 29 adições e 22 exclusões
+3
Ver Arquivo
@@ -376,6 +376,9 @@ int SyncEngine::treewalkFile( TREE_WALK_FILE *file, bool remote )
case CSYNC_STATUS_INDIVIDUAL_EXCLUDE_LONG_FILENAME:
item->_errorString = tr("Filename is too long.");
break;
case CSYNC_STATUS_INDIVIDUAL_EXCLUDE_HIDDEN:
item->_errorString = tr("File is ignored because it's hidden.");
break;
case CYSNC_STATUS_FILE_LOCKED_OR_OPEN:
item->_errorString = QLatin1String("File locked"); // don't translate, internal use!
break;