VirtualBox

Ignore:
Timestamp:
Jun 18, 2018 1:11:48 PM (7 years ago)
Author:
vboxsync
Message:

FE/Qt Fixing a previous commit by uncommenting some code

File:
1 edited

Legend:

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

    r72594 r72597  
    263263                QString strDefaultMachineFolder = vboxGlobal().virtualBox().GetSystemProperties().GetDefaultMachineFolder();
    264264                /* Add the group name to the default machine path: */
    265                 // if (!m_strGroupName.isEmpty() && m_strGroupName != "/")
    266                 //     strDefaultMachineFolder += m_strGroupName;
     265                if (!m_strGroupName.isEmpty() && m_strGroupName != "/")
     266                    strDefaultMachineFolder += m_strGroupName;
    267267
    268268                m_pPathSelector->setPath(strDefaultMachineFolder);
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