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

slitaz-i18n: add slitaz-configs as bdep; slitaz-configs: back openbox menu; locale-el, locale-ru: add keyboard layout icons; locale-fr, locale-hu, locale-pt_BR: recook with openbox menu.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Aug 05 11:40:01 2013 +0300 (2013-08-05)
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;