changeset 87:880dce3d7b00

correct bug in getDir function
author lbajardsilogic
date Thu, 28 Jun 2007 07:06:41 +0000
parents bb1f9473be99
children 5060939ca69d
files base/TempDirectory.cpp
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/base/TempDirectory.cpp	Wed Jun 27 16:16:57 2007 +0000
+++ b/base/TempDirectory.cpp	Thu Jun 28 07:06:41 2007 +0000
@@ -57,8 +57,6 @@
 {
     QMutexLocker locker(&m_mutex);
     
-    if (m_tmpdir != "") return m_tmpdir;
-
     QString svDirBase = ".easaier";
     QString svDir = QDir::home().filePath(svDirBase);
     if (!QFileInfo(svDir).exists()) {