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

This commit is contained in:
Alexandre Julliard 2013-06-06 10:46:17 +02:00
parent 831424ef83
commit 9eb3f6a3db
1 changed files with 1 additions and 1 deletions

View File

@ -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)))