Changeset 27259 in vbox
- Timestamp:
- Mar 10, 2010 6:44:40 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/VBoxSelectorWnd.cpp
r26079 r27259 1026 1026 } 1027 1027 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); 1031 1032 if (progress.GetResultCode() != 0) 1032 vboxProblem().cannotOpenSession 1033 vboxProblem().cannotOpenSession(vbox, item->machine(), progress); 1033 1034 1034 1035 session.Close();
Note:
See TracChangeset
for help on using the changeset viewer.