Branch: master

c2c65a66 2014-07-25 02:25:16 Slávek Banko
Fix re-read configuration from prior commit 4bfc4550
M tdeio/tdefile/kpropertiesdialog.cpp
diff --git a/tdeio/tdefile/kpropertiesdialog.cpp b/tdeio/tdefile/kpropertiesdialog.cpp
index 0af252d..49f3359 100644
--- a/tdeio/tdefile/kpropertiesdialog.cpp
+++ b/tdeio/tdefile/kpropertiesdialog.cpp
@@ -2998,7 +2998,7 @@
   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() ) {