wok view virtualbox-ose/stuff/fix_build.patch @ rev 11207

Add from wok-undigest: gnome-games-glchess gnome-games-icons gnome-games-sudoku gnome-games gnome-js-common gnome-keyring gnome-vfs-monikers
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Nov 03 11:15:24 2011 +0100 (2011-11-03)
parents
children
line source
1 diff -Nur VirtualBox-3.2.12_OSE.orig//src/VBox/Main/ConsoleImpl.cpp VirtualBox-3.2.12_OSE/src/VBox/Main/ConsoleImpl.cpp
2 --- VirtualBox-3.2.12_OSE.orig//src/VBox/Main/ConsoleImpl.cpp 2010-12-01 09:09:35.000000000 -0800
3 +++ VirtualBox-3.2.12_OSE/src/VBox/Main/ConsoleImpl.cpp 2010-12-01 14:10:59.846374315 -0800
4 @@ -1074,8 +1074,10 @@
5 updateGuestPropertiesVRDPDisconnect(u32ClientId);
6 #endif /* VBOX_WITH_GUEST_PROPS */
8 +#ifdef VBOX_WITH_VRDP
9 if (u32Clients == 0)
10 mcGuestCredentialsProvided = false;
11 +#endif /* VBOX_WITH_VRDP */
13 LogFlowFuncLeave();
14 return;