Changeset 29031 in vbox
- Timestamp:
- May 4, 2010 2:40:21 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/VBoxSnapshotsWgt.cpp
r28937 r29031 467 467 468 468 /* Enable/disable taking snapshots */ 469 mTakeSnapshotAction->setEnabled ( canTakeDeleteSnapshot 470 && mCurSnapshotItem && item && item->isCurrentStateItem()); 469 mTakeSnapshotAction->setEnabled ( ( canTakeDeleteSnapshot 470 && mCurSnapshotItem && item && item->isCurrentStateItem()) 471 || (item && !mCurSnapshotItem)); 471 472 } 472 473
Note:
See TracChangeset
for help on using the changeset viewer.