[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kdesupport/kdewin-installer/shared
From:       Peter Kümmel <syntheticpp () yahoo ! com>
Date:       2008-03-24 12:26:53
Message-ID: 1206361613.238787.16682.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 789485 by kuemmel:

obvious typo and fix crash when changing install directory

 M  +1 -1      database.cpp  


--- trunk/kdesupport/kdewin-installer/shared/database.cpp #789484:789485
@@ -191,7 +191,7 @@
     qDebug() << __FUNCTION__;
 #endif
 
-    QString dir = ( _dir.isEmpty() ) ? m_root + "/manifest" : dir;
+    QString dir = ( _dir.isEmpty() ) ? m_root + "/manifest" : _dir;
     QDir d ( dir );
     d.setFilter ( QDir::NoDotAndDotDot | QDir::AllEntries );
     d.setNameFilters ( QStringList ( "*.ver" ) );
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic