From a92e5930ffbcb178a2d2420ee2f6d4834ffa90e1 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Tue, 28 May 2013 16:44:46 +0100 Subject: fixup issues with new options API merge --- windows/prefs.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'windows/prefs.c') diff --git a/windows/prefs.c b/windows/prefs.c index 93a30b00f..e933cc10d 100644 --- a/windows/prefs.c +++ b/windows/prefs.c @@ -675,7 +675,6 @@ void nsws_prefs_dialog_init(HINSTANCE hinst, HWND parent) win_perror("PropertySheet"); } else if (ret > 0) { /* user saved changes */ - nsoption_write(options_file_location); + nsoption_write(options_file_location, NULL, NULL); } - } -- cgit v1.2.3