diff --git a/src/modules/partition/gui/ChoicePage.cpp b/src/modules/partition/gui/ChoicePage.cpp index 89b7cdd0a..ed19eb2d9 100644 --- a/src/modules/partition/gui/ChoicePage.cpp +++ b/src/modules/partition/gui/ChoicePage.cpp @@ -306,7 +306,7 @@ ChoicePage::applyDeviceChoice() if ( m_core->isDirty() ) { - m_core->revertDevice( selectedDevice() ); + m_core->revertAllDevices(); } Device* currd = selectedDevice();