From 25716f74ecdac6cd5879b659ebc8aaa668261880 Mon Sep 17 00:00:00 2001 From: Steve Brokenshire Date: Sun, 5 Mar 2017 15:51:04 +0000 Subject: [PATCH] frmMain: Write out ETag DBs on application quit. --- source/frmMain.cpp | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/source/frmMain.cpp b/source/frmMain.cpp index 3d54720..4dc43f6 100644 --- a/source/frmMain.cpp +++ b/source/frmMain.cpp @@ -390,17 +390,11 @@ void frmMain::QuitApp() { // Function to run when quitting. - - //Go through the windows and close each one (be it search - //or contact editor). Abort if user wants to cancel. - - // Close the contact editor windows. - - // Close the contact windows. - - // Close the search windows. - + // Write out the ETag databases. + + ETagProcTimer.Stop(); + ETagProcTimer.Notify(); // Save Preferences: Save the window position if that option is enabled. -- 2.39.2