From: Steve Brokenshire Date: Sun, 5 Mar 2017 15:51:04 +0000 (+0000) Subject: frmMain: Write out ETag DBs on application quit. X-Git-Tag: release-0.18~18 X-Git-Url: http://Server1/repobrowser/?p=xestiaab%2F.git;a=commitdiff_plain;h=25716f74ecdac6cd5879b659ebc8aaa668261880 frmMain: Write out ETag DBs on application quit. --- 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.