fix displaying update flag ('U') immediately after succesfully sent command
This commit is contained in:
@@ -198,6 +198,7 @@ void Connection::UpdateDirectory(const string &path)
|
|||||||
itsCurrentStatus->updatingDb = 1;
|
itsCurrentStatus->updatingDb = 1;
|
||||||
StatusChanges ch;
|
StatusChanges ch;
|
||||||
ch.DBUpdating = 1;
|
ch.DBUpdating = 1;
|
||||||
|
ch.StatusFlags = 1;
|
||||||
itsUpdater(this, ch, itsErrorHandlerUserdata);
|
itsUpdater(this, ch, itsErrorHandlerUserdata);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user