re-init the file systems when loading a new backend

svn path=/trunk/extragear/sysadmin/partitionmanager/; revision=1119646
This commit is contained in:
Volker Lanz 2010-04-27 14:49:28 +00:00
parent 1c97342be3
commit a26bda1ca8
1 changed files with 1 additions and 0 deletions

View File

@ -937,6 +937,7 @@ void MainWindow::onSettingsChanged()
{ {
deviceScanner().setupConnections(); deviceScanner().setupConnections();
scanDevices(); scanDevices();
FileSystemFactory::init();
} }
else else
close(); close();