Menu

Commit [r1016]  Maximize  Restore  History

Save the data when quitting CM via the main dialog.

tortoisesvn 2014-12-02

changed /trunk/src/MainDlg.cpp
/trunk/src/MainDlg.cpp Diff Switch to side-by-side view
--- a/trunk/src/MainDlg.cpp
+++ b/trunk/src/MainDlg.cpp
@@ -795,6 +795,7 @@
                 _T("CommitMonitor"), MB_ICONQUESTION|MB_YESNO|MB_DEFBUTTON2);
             if (res != IDYES)
                 break;
+            ::SendMessage(m_hParent, COMMITMONITOR_SAVEINFO, (WPARAM)true, (LPARAM)0);
             EndDialog(*this, IDCANCEL);
             PostQuitMessage(IDOK);
         }
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.