VirtualBox

Changeset 44313 in vbox


Ignore:
Timestamp:
Jan 18, 2013 1:40:58 PM (12 years ago)
Author:
vboxsync
Message:

FE/Qt: Another GUI uuid fix according to defect #5744.

File:
1 edited

Legend:

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

    r44312 r44313  
    407407    /* Create and execute corresponding VM settings dialog: */
    408408    UISettingsDialogMachine dialog(this,
    409                                    strId.isEmpty() ? currentItem()->id() : strId,
     409                                   QUuid(strId).isNull() ? currentItem()->id() : strId,
    410410                                   strCategory, strControl);
    411411    dialog.execute();
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