summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2014-07-25 09:25:16 +0200
committerSlávek Banko <slavek.banko@axis.cz>2015-12-23 02:22:45 +0100
commit89049217d739169ec6dfee3d03c8cd9c598c7c2d (patch)
tree243faf57fd48be541df60b06a793ab9d2e659368
parente54f3e744ff9f269d2cfade5ed502fb6b193dec7 (diff)
downloadtdelibs-89049217d739169ec6dfee3d03c8cd9c598c7c2d.tar.gz
tdelibs-89049217d739169ec6dfee3d03c8cd9c598c7c2d.zip
Fix re-read configuration from prior commit 4bfc4550
(cherry picked from commit c2c65a66955132f1e7310e2f62e9607efcc22a3e)
-rw-r--r--kio/kfile/kpropertiesdialog.cpp2
1 files changed, 1 insertions, 1 deletions
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() ) {