Changeset 15514 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- Dec 15, 2008 4:00:22 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManageDisk.cpp
r15492 r15514 130 130 bool doClose = false; 131 131 132 CHECK_ERROR(hardDisk,COMSETTER(Description)(comment)); 132 if (!comment.isEmpty()) 133 { 134 CHECK_ERROR(hardDisk,COMSETTER(Description)(comment)); 135 } 133 136 ComPtr<IProgress> progress; 134 137 if (fStatic)
Note:
See TracChangeset
for help on using the changeset viewer.