VirtualBox

Changeset 31219 in vbox for trunk/src/VBox/Frontends


Ignore:
Timestamp:
Jul 29, 2010 3:16:51 PM (14 years ago)
Author:
vboxsync
Message:

Backed out r64225 for now.

Location:
trunk/src/VBox/Frontends
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VBoxManage/VBoxManageInfo.cpp

    r31217 r31219  
    19451945            if (details == VMINFO_FULL)
    19461946            {
    1947                 rc = guest->COMGETTER(AdditionsVBoxVersion)(guestString.asOutParam());
     1947                rc = guest->COMGETTER(AdditionsVersion)(guestString.asOutParam());
    19481948                if (   SUCCEEDED(rc)
    19491949                    && !guestString.isEmpty())
  • trunk/src/VBox/Frontends/VirtualBox/src/VBoxVMInformationDlg.cpp

    r31217 r31219  
    472472        if (!addVersion.isEmpty() && !addRevision.isEmpty())
    473473        {
    474             QString addInfo = console.GetGuest().GetAdditionsVBoxVersion();
     474            QString addInfo = console.GetGuest().GetAdditionsVersion();
    475475            addVersionStr = (addInfo.isEmpty() ? "(" : "")
    476476                          + addVersion
  • trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIMachineLogic.cpp

    r31217 r31219  
    828828    if (!fIsAdditionsActive)
    829829        return;
    830     /* Check the Guest Additions interface version and warn the user about possible compatibility issues in case if the installed version is outdated. */
     830    /* Check the Guest Additions version and warn the user about possible compatibility issues in case if the installed version is outdated. */
    831831    CGuest guest = session().GetConsole().GetGuest();
    832     QString strVersion = guest.GetAdditionsInterfaceVersion();
     832    QString strVersion = guest.GetAdditionsVersion();
    833833    uint uVersion = strVersion.toUInt();
    834834    /** @todo r=bird: This isn't want we want! We want the VirtualBox version of the additions, all three numbers. See @bugref{4084}.*/
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