- Timestamp:
- Oct 21, 2009 11:47:44 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/VBoxSnapshotsWgt.cpp
r23924 r23930 361 361 362 362 /* Enable/disable current state actions */ 363 mCurStateActionGroup->setEnabled ( !busy && mCurSnapshotItem && item && item->isCurrentStateItem() ||364 item && !mCurSnapshotItem);363 mCurStateActionGroup->setEnabled ((!busy && mCurSnapshotItem && item && item->isCurrentStateItem()) || 364 (item && !mCurSnapshotItem)); 365 365 } 366 366
Note:
See TracChangeset
for help on using the changeset viewer.