Changeset 5922 in vbox
- Timestamp:
- Dec 2, 2007 11:05:17 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/ui/VBoxSnapshotsWgt.ui.h
r4071 r5922 495 495 496 496 /* the Take Snapshot action is always enabled for the current state */ 497 takeSnapshotAction->setEnabled ( !busy && curStateActionGroup->isEnabled() ||497 takeSnapshotAction->setEnabled ((!busy && curStateActionGroup->isEnabled()) || 498 498 (item && !mCurSnapshotItem)); 499 499
Note:
See TracChangeset
for help on using the changeset viewer.