Commit 9eb3f6a3 authored by Alexandre Julliard's avatar Alexandre Julliard

explorer: Don't worry about desktop launchers in non-desktop mode.

parent 831424ef
......@@ -769,7 +769,7 @@ void manage_desktop( WCHAR *arg )
initialize_display_settings( hwnd );
initialize_appbar();
initialize_systray( graphics_driver, using_root );
initialize_launchers( hwnd );
if (!using_root) initialize_launchers( hwnd );
if ((shell32 = LoadLibraryA( "shell32.dll" )) &&
(pShellDDEInit = (void *)GetProcAddress( shell32, (LPCSTR)188)))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment