Changeset 10808 in vbox for trunk/src/VBox/Frontends/VirtualBox4
- Timestamp:
- Jul 22, 2008 12:39:16 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox4/src/VBoxSelectorWnd.cpp
r10631 r10808 1443 1443 /* Show the VDM dialog but don't refresh once more after a 1444 1444 * just-finished refresh */ 1445 VBoxDiskImageManagerDlg::showModeless (false /* aRefresh */); 1445 /* Todo: Changed this to true to temporary fix #3000 comment 4. 1446 * We have to find the real trouble here. */ 1447 // VBoxDiskImageManagerDlg::showModeless (false /* aRefresh */); 1448 VBoxDiskImageManagerDlg::showModeless (true /* aRefresh */); 1446 1449 } 1447 1450 }
Note:
See TracChangeset
for help on using the changeset viewer.