Fix re-read configuration from prior commit 4bfc4550

(cherry picked from commit c2c65a6695)
v3.5.13-sru
Slávek Banko 10 years ago
parent e54f3e744f
commit 89049217d7

@ -2996,7 +2996,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