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

Removed glibc-locale from abiword depends. Added soft link for /usr/share/pixmaps/abiword.png to /usr/share/icons/abiword_48.png. Fixed error when running abiword on command line.
author Christopher Rogers <slaxemulator@gmail.com>
date Thu Dec 02 02:25:29 2010 +0000 (2010-12-02)
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;