don't assume idx 0 is the default file system

svn path=/trunk/extragear/sysadmin/partitionmanager/; revision=1106842
This commit is contained in:
Volker Lanz 2010-03-24 00:20:35 +00:00
parent a07e0ee103
commit b28a66bc3f
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ void NewDialog::setupDialog()
// don't move these above the call to parent's setupDialog, because only after that has
// run there is a valid partition set in the part resizer widget and they will need that.
onRoleChanged(false);
onFilesystemChanged(0);
onFilesystemChanged(dialogWidget().comboFileSystem().currentIndex());
}
void NewDialog::setupConnections()