VirtualBox

Changeset 5807 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Nov 20, 2007 6:21:19 PM (17 years ago)
Author:
vboxsync
Message:

FE/Qt: Always send unused properties to Main API to preserve user's settings for later use.

Location:
trunk/src/VBox/Frontends/VirtualBox/ui
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/ui/VBoxVMSerialPortSettings.ui.h

    r4359 r5807  
    8585    CEnums::PortMode mode = vboxGlobal().toPortMode (mHostModeCombo->currentText());
    8686    mPort.SetHostMode (mode);
    87     /* don't set unused properties */
    88     if (mode == CEnums::HostPipePort)
    89         mPort.SetServer (mServerCheck->isChecked());
    90     if (mode != CEnums::DisconnectedPort)
    91         mPort.SetPath (QDir::convertSeparators (mPortPathLine->text()));
     87
     88    mPort.SetServer (mServerCheck->isChecked());
     89    mPort.SetPath (QDir::convertSeparators (mPortPathLine->text()));
    9290}
    9391
  • trunk/src/VBox/Frontends/VirtualBox/ui/VBoxVMSettingsDlg.ui.h

    r5796 r5807  
    15381538                {
    15391539                    warningText = path.isEmpty() ?
    1540                         tr ("Port path is not entered ") :
     1540                        tr ("Port path is not specified ") :
    15411541                        tr ("Duplicate port path is entered ");
    15421542                    pageTitle += ": " + tbwSerialPorts->tabLabel (tab);
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