VirtualBox

Changeset 44312 in vbox


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

FE/Qt: Reverting r83231 because it doesn't take into account all the ways of opening settings dialog.

File:
1 edited

Legend:

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

    r44308 r44312  
    406406
    407407    /* Create and execute corresponding VM settings dialog: */
    408     UISettingsDialogMachine dialog(this, strId, strCategory, strControl);
     408    UISettingsDialogMachine dialog(this,
     409                                   strId.isEmpty() ? currentItem()->id() : strId,
     410                                   strCategory, strControl);
    409411    dialog.execute();
    410412
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