X-Git-Url: http://Server1/repobrowser/?a=blobdiff_plain;f=source%2FfrmMain.cpp;h=4dc43f6d90f1837155cf24e5886edaece88f4da9;hb=c06de7482a3c5d22bf07ca6b3ff5dcfff5b399aa;hp=ffa99d2450ce50f812d83623a12d8c99ead00b6a;hpb=9b00feaa475fa3bca08336bc26050256da8807f3;p=xestiaab%2F.git diff --git a/source/frmMain.cpp b/source/frmMain.cpp index ffa99d2..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. @@ -2713,7 +2707,7 @@ void frmMain::ShowSSLCertificates( wxCommandEvent &event ){ SSLColIter = AccountSSLData.find(i); SSLCertCollectionString SSLCertInfo = SSLColIter->second; - + frmSSLCertificate *frameSSLCert = new frmSSLCertificate ( this ); frameSSLCert->StartCertFrom(0); frameSSLCert->SetupCertsString(SSLCertInfo);