From 2c02d11e1d5c56e458aa2d0990faac3a782fade8 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Mon, 12 Feb 2024 16:52:37 +0300 Subject: . --- src/mir_app/src/file.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/mir_app/src/file.cpp b/src/mir_app/src/file.cpp index 9547d0eb2d..5d15a06801 100644 --- a/src/mir_app/src/file.cpp +++ b/src/mir_app/src/file.cpp @@ -172,7 +172,7 @@ static int SRFilePreShutdown(WPARAM, LPARAM) static int SRFileEventDeleted(WPARAM hContact, LPARAM hDbEvent) { - if (File::bOfflineAuto) { + if (File::bOfflineDelete) { DB::EventInfo dbei(hDbEvent); if (dbei && dbei.eventType == EVENTTYPE_FILE) { DB::FILE_BLOB blob(dbei); -- cgit v1.2.3