summaryrefslogtreecommitdiff
path: root/plugins/CrashDumper/src
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/CrashDumper/src')
-rw-r--r--plugins/CrashDumper/src/ui.cpp4
1 files changed, 1 insertions, 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;