Changeset 33783 in vbox
- Timestamp:
- Nov 4, 2010 4:33:15 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 67422
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/settings/vm/VBoxVMSettingsHD.cpp
r33712 r33783 1638 1638 /* Apply UI decorations */ 1639 1639 Ui::VBoxVMSettingsHD::setupUi (this); 1640 1641 /* Enumerate Mediums */1642 vboxGlobal().startEnumeratingMedia();1643 1640 1644 1641 /* Initialize pixmap pool */ … … 2056 2053 if (!mIsPolished) 2057 2054 { 2055 /* Enumerate Mediums */ 2056 vboxGlobal().startEnumeratingMedia(); 2057 2058 2058 mIsPolished = true; 2059 2059
Note:
See TracChangeset
for help on using the changeset viewer.