VirtualBox

Changeset 3788 in vbox for trunk


Ignore:
Timestamp:
Jul 23, 2007 11:44:45 AM (17 years ago)
Author:
vboxsync
Message:

2135: GUI additions error regression:

Disable additions version check in case of there are no active additions.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/VBoxConsoleWnd.cpp

    r3762 r3788  
    27912791        vmSeamless (true);
    27922792
     2793    /* Check the GA version only in case of additions are active */
     2794    if (!aActive)
     2795        return;
     2796
    27932797    /* Check the Guest Additions version and warn the user about possible
    27942798     * compatibility issues in case if the installed version is outdated. */
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette