Changeset 27792 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- Mar 29, 2010 1:08:44 PM (15 years ago)
- Location:
- trunk/src/VBox/Frontends
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManageMisc.cpp
r27730 r27792 247 247 if (settingsFile.isEmpty()) 248 248 CHECK_ERROR_BREAK(a->virtualBox, 249 CreateMachine(name, osTypeId, baseFolder, Guid(id).toUtf16(), machine.asOutParam()));249 CreateMachine(name, osTypeId, baseFolder, Guid(id).toUtf16(), FALSE, machine.asOutParam())); 250 250 else 251 251 CHECK_ERROR_BREAK(a->virtualBox, -
trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvm/UINewVMWzd.cpp
r27730 r27792 636 636 if (m_Machine.isNull()) 637 637 { 638 m_Machine = vbox.CreateMachine(field("name").toString(), typeId, QString::null, QString::null );638 m_Machine = vbox.CreateMachine(field("name").toString(), typeId, QString::null, QString::null, false); 639 639 if (!vbox.isOk()) 640 640 {
Note:
See TracChangeset
for help on using the changeset viewer.