From 89049217d739169ec6dfee3d03c8cd9c598c7c2d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Fri, 25 Jul 2014 09:25:16 +0200 Subject: [PATCH] Fix re-read configuration from prior commit 4bfc4550 (cherry picked from commit c2c65a66955132f1e7310e2f62e9607efcc22a3e) --- kio/kfile/kpropertiesdialog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kio/kfile/kpropertiesdialog.cpp b/kio/kfile/kpropertiesdialog.cpp index 686af0328..c67ac1e9a 100644 --- a/kio/kfile/kpropertiesdialog.cpp +++ b/kio/kfile/kpropertiesdialog.cpp @@ -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() ) {