diff --git a/reactos/dll/win32/shell32/desktop.c b/reactos/dll/win32/shell32/desktop.c index df8a343567c..3e69ba4c0e6 100644 --- a/reactos/dll/win32/shell32/desktop.c +++ b/reactos/dll/win32/shell32/desktop.c @@ -281,8 +281,8 @@ SHDESK_CreateDeskWnd(SHDESK *This) if (SUCCEEDED (IShellDesktop_GetTrayWindow(This->ShellDesk, &hwndTray))) { - SetShellWindowEx (hwndTray, - This->hWnd); + SetShellWindowEx (This->hWnd, + hwndTray); // FIXME: Shouldn't this be the desktop listview? } return TRUE; }