VirtualBox

Changeset 27259 in vbox


Ignore:
Timestamp:
Mar 10, 2010 6:44:40 PM (15 years ago)
Author:
vboxsync
Message:

FE/Qt4: Suppress 'spawning session' progress-bar appearing to make it invisible (VM selector).

File:
1 edited

Legend:

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

    r26079 r27259  
    10261026    }
    10271027
    1028     /* show the "VM spawning" progress dialog */
    1029     vboxProblem().showModalProgressDialog (progress, item->name(), this);
    1030 
     1028    /* Hide the "VM spawning" progress dialog */
     1029    /* I hope 1 minute will be enough to spawn any running VM silently, isn't it? */
     1030    int iSpawningDuration = 60000;
     1031    vboxProblem().showModalProgressDialog(progress, item->name(), this, iSpawningDuration);
    10311032    if (progress.GetResultCode() != 0)
    1032         vboxProblem().cannotOpenSession (vbox, item->machine(), progress);
     1033        vboxProblem().cannotOpenSession(vbox, item->machine(), progress);
    10331034
    10341035    session.Close();
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