From e8ea23e71919182c3c9f38c7e444e012d263610a Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Fri, 18 Sep 2015 15:02:40 +0200 Subject: Windows: fix regression that made Favorite fail to load a logon. --- src/Mount/Mount.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Mount/Mount.c') diff --git a/src/Mount/Mount.c b/src/Mount/Mount.c index 2a4f8030..310217a2 100644 --- a/src/Mount/Mount.c +++ b/src/Mount/Mount.c @@ -6075,7 +6075,7 @@ BOOL CALLBACK MainDialogProc (HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lPa defaultKeyFilesParam.FirstKeyFile = KeyFileCloneAll (FirstCmdKeyFile); } - if (!MountFavoriteVolumes (FALSE, LogOn)) + if (!MountFavoriteVolumes (hwndDlg, FALSE, LogOn)) exitCode = 1; } -- cgit v1.2.3