Changeset 23581 in vbox for trunk/src/VBox
- Timestamp:
- Oct 6, 2009 11:23:18 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/VBoxVMSettingsHD.cpp
r23580 r23581 1725 1725 } 1726 1726 } 1727 1728 /* Set the first controller as current if present */ 1729 if (mStorageModel->rowCount (mStorageModel->root()) > 0) 1730 mTwStorageTree->setCurrentIndex (mStorageModel->index (0, 0, mStorageModel->root())); 1727 1731 } 1728 1732
Note:
See TracChangeset
for help on using the changeset viewer.