Changeset 18301 in vbox
- Timestamp:
- Mar 26, 2009 10:46:46 AM (16 years ago)
- File:
-
- 1 edited
-
trunk/src/VBox/Main/ApplianceImpl.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/ApplianceImpl.cpp
r18283 r18301 2147 2147 if (FAILED(rc)) throw rc; 2148 2148 if (fCanceled) 2149 { 2149 2150 pProgress2->Cancel(); 2151 break; 2152 } 2150 2153 else 2151 2154 { … … 3038 3041 if (FAILED(rc)) throw rc; 3039 3042 if (fCanceled) 3043 { 3040 3044 pProgress2->Cancel(); 3045 break; 3046 } 3041 3047 else 3042 3048 {
Note:
See TracChangeset
for help on using the changeset viewer.

