Changeset 24258 in vbox for trunk/src/VBox/Frontends/VirtualBox
- Timestamp:
- Nov 2, 2009 2:38:50 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 54228
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/VBoxMedium.cpp
r24211 r24258 47 47 if (mMedium.isNull()) return; 48 48 49 mState = mMedium. GetState();49 mState = mMedium.RefreshState(); 50 50 51 51 /* Save the result to distinguish between inaccessible and e.g. uninitialized objects */
Note:
See TracChangeset
for help on using the changeset viewer.