- Timestamp:
- Jun 20, 2017 9:26:21 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/selector/UISnapshotPane.cpp
r67473 r67489 687 687 688 688 /* Create "current snapshot" item for a newly taken snapshot: */ 689 m_pCurrentSnapshotItem->setCurrentSnapshotItem(false); 689 if (m_pCurrentSnapshotItem) 690 m_pCurrentSnapshotItem->setCurrentSnapshotItem(false); 690 691 m_pCurrentSnapshotItem = pParentItem 691 692 ? new UISnapshotItem(this, pParentItem, comSnapshot) … … 802 803 803 804 /* Move the "current snapshot" token from one to another: */ 805 AssertPtrReturnVoid(m_pCurrentSnapshotItem); 804 806 m_pCurrentSnapshotItem->setCurrentSnapshotItem(false); 805 807 m_pCurrentSnapshotItem = pItem;
Note:
See TracChangeset
for help on using the changeset viewer.