Fix re-read configuration from prior commit 4bfc4550

pull/16/head
Slávek Banko 10 years ago
parent 4bfc4550d2
commit c2c65a6695

@ -2998,7 +2998,7 @@ KDevicePropsPlugin::KDevicePropsPlugin( KPropertiesDialog *_props ) : KPropsDlgP
TQString unmountedStr = config.readEntry( "UnmountIcon" );
TQString fsType = config.readEntry("FSType");
fileSystem->setText( (fsType.stripWhiteSpace() != "") ? i18n(config.readEntry("FSType").local8Bit()) : "" );
fileSystem->setText( (fsType.stripWhiteSpace() != "") ? i18n(fsType.local8Bit()) : "" );
device->setEditText( deviceStr );
if ( !deviceStr.isEmpty() ) {

Loading…
Cancel
Save