Notifications: Fix creation of notification (fixup2)

For #2728
This commit is contained in:
Markus Goetz 2015-02-05 17:20:52 +01:00
Родитель c4cf13bd97
Коммит 94e61c3205
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -373,7 +373,7 @@ void Folder::bubbleUpSyncResult()
FolderMan::instance()->removeMonitorPath( alias(), path()+item._file );
}
if (!item.hasErrorStatus() && item._direction == SyncFileItem::Up) {
if (!item.hasErrorStatus() && item._direction == SyncFileItem::Down) {
switch (item._instruction) {
case CSYNC_INSTRUCTION_NEW:
newItems++;