VirtualBox

Changeset 45168 in vbox for trunk/src


Ignore:
Timestamp:
Mar 25, 2013 12:47:53 PM (12 years ago)
Author:
vboxsync
Message:

FE/Qt: Runtime UI: Power-off/state-save progress-dialog should have parent.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIMachineWindow.cpp

    r44909 r45168  
    413413                            {
    414414                                /* Show the saving progress dialog: */
    415                                 msgCenter().showModalProgressDialog(progress, m.GetName(), ":/progress_state_save_90px.png", 0, true);
     415                                msgCenter().showModalProgressDialog(progress, m.GetName(), ":/progress_state_save_90px.png", this, true);
    416416                                if (progress.GetResultCode() == 0)
    417417                                    fSuccess = true;
     
    446446                            {
    447447                                /* Show the power down progress: */
    448                                 msgCenter().showModalProgressDialog(progress, m.GetName(), ":/progress_poweroff_90px.png", 0, true);
     448                                msgCenter().showModalProgressDialog(progress, m.GetName(), ":/progress_poweroff_90px.png", this, true);
    449449                                if (progress.GetResultCode() == 0)
    450450                                    fSuccess = true;
     
    472472                                    {
    473473                                        /* Show the snapshot discard progress: */
    474                                         msgCenter().showModalProgressDialog(progress, m.GetName(), ":/progress_snapshot_discard_90px.png", 0, true);
     474                                        msgCenter().showModalProgressDialog(progress, m.GetName(), ":/progress_snapshot_discard_90px.png", this, true);
    475475                                        if (progress.GetResultCode() != 0)
    476476                                            msgCenter().cannotRestoreSnapshot(progress, snapshot.GetName());
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