儲存庫 vbox 的更動 67526
- 時間撮記:
- 2017-6-21 上午08:07:45 (7 年 以前)
- 檔案:
-
- 修改 1 筆資料
圖例:
- 未更動
- 新增
- 刪除
-
trunk/src/VBox/Frontends/VirtualBox/src/selector/UISnapshotPane.cpp
r67517 r67526 776 776 if (fSuccess) 777 777 { 778 if (pItem == m_pCurrentSnapshotItem) 779 { 780 m_pCurrentSnapshotItem = UISnapshotItem::toSnapshotItem(pParent); 781 if (m_pCurrentSnapshotItem) 782 m_pCurrentSnapshotItem->setCurrentSnapshotItem(true); 783 } 778 784 delete pItem; 779 785 pItem = 0; … … 1641 1647 1642 1648 /* If non-critical warnings are not hidden or current state is changed: */ 1643 if (!fSuppressNonCriticalWarnings ||m_comMachine.GetCurrentStateModified())1649 if (!fSuppressNonCriticalWarnings && m_comMachine.GetCurrentStateModified()) 1644 1650 { 1645 1651 /* Ask if user really wants to restore the selected snapshot: */
注意:
瀏覽 TracChangeset
來幫助您使用更動檢視器