From 8e2793085e380172f412585d56b87c98a272ba82 Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Mon, 8 Feb 2016 00:29:47 +0100 Subject: Windows: Continuation of fix for wrong update of configuration XML file. --- src/Mount/Mount.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/Mount/Mount.c b/src/Mount/Mount.c index 86337d6b..6bb02d79 100644 --- a/src/Mount/Mount.c +++ b/src/Mount/Mount.c @@ -844,7 +844,7 @@ void SaveSettings (HWND hwndDlg) ConfigWriteInt ("OpenExplorerWindowAfterMount", bExplore); ConfigWriteInt ("UseDifferentTrayIconIfVolumesMounted", bUseDifferentTrayIconIfVolMounted); - ConfigWriteInt ("SaveVolumeHistory", !IsButtonChecked (GetDlgItem (hwndDlg, IDC_NO_HISTORY))); + ConfigWriteInt ("SaveVolumeHistory", bHistory); ConfigWriteInt ("CachePasswords", bCacheInDriverDefault); ConfigWriteInt ("CachePasswordDuringMultipleMount", bCacheDuringMultipleMount); -- cgit v1.2.3