From 926c938556ca547fa1333c712bd2a5fcae7a68c3 Mon Sep 17 00:00:00 2001 From: Mataes Date: Wed, 9 Jan 2019 21:21:59 +0300 Subject: CrashDumper: 2nd attempt fixes #1736 (CrashDumper: "Use classic dates" options should not depend on "Generate crash reports") --- plugins/CrashDumper/src/ui.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/plugins/CrashDumper/src/ui.cpp b/plugins/CrashDumper/src/ui.cpp index 801e2509d9..769cfd476f 100644 --- a/plugins/CrashDumper/src/ui.cpp +++ b/plugins/CrashDumper/src/ui.cpp @@ -221,10 +221,8 @@ public: m_chkClassicDates.SetState(clsdates); m_chkRepSubfolder.SetState(dtsubfldr); m_chkCatchCrashes.SetState(catchcrashes); - if (!catchcrashes) { - m_chkClassicDates.Disable(); + if (!catchcrashes) m_chkRepSubfolder.Disable(); - } if (needrestart) m_lblRestart.Show(); return true; -- cgit v1.2.3