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