Changeset 1271 in vbox
- Timestamp:
- Mar 6, 2007 12:57:04 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/VBoxSelectorWnd.cpp
r1265 r1271 891 891 892 892 refreshVMItem (item->id(), 893 true /* update details */,894 true /* update snapshot */,895 true /* update description */);893 true /* aDetails */, 894 true /* aSnapshot */, 895 true /* aDescription */); 896 896 } 897 897 … … 1208 1208 { 1209 1209 refreshVMItem (e.id, 1210 false /* update details */,1211 false /* update snapshot */,1212 false /* update description */);1210 false /* aDetails */, 1211 false /* aSnapshot */, 1212 false /* aDescription */); 1213 1213 } 1214 1214 … … 1216 1216 { 1217 1217 refreshVMItem (e.id, 1218 true /* update details */,1219 false /* update snapshot */,1220 true /* update description */);1218 true /* aDetails */, 1219 false /* aSnapshot */, 1220 true /* aDescription */); 1221 1221 } 1222 1222 … … 1248 1248 { 1249 1249 refreshVMItem (e.id, 1250 true /* update details */,1251 false /* update snapshot */,1252 false /* update description */);1250 true /* aDetails */, 1251 false /* aSnapshot */, 1252 false /* aDescription */); 1253 1253 } 1254 1254 … … 1256 1256 { 1257 1257 refreshVMItem (aEvent.machineId, 1258 false /* update details */,1259 true /* update snapshot */,1260 false /* update description */);1258 false /* aDetails */, 1259 true /* aSnapshot */, 1260 false /* aDescription */); 1261 1261 } 1262 1262
Note:
See TracChangeset
for help on using the changeset viewer.