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

List:       kde-commits
Subject:    branches/KDE/3.5/kdeutils/ark
From:       Henrique Pinto <henrique.pinto () kdemail ! net>
Date:       2006-08-23 1:35:42
Message-ID: 1156296942.135825.16866.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 576069 by henrique:

 * Fix for a race condition.
   Patch by jaguarwan <jaguarwan@yahoo.fr>. Thanks for the patch!

   BUG: 127341


 M  +1 -1      arch.cpp  
 M  +1 -1      main.cpp  


--- branches/KDE/3.5/kdeutils/ark/arch.cpp #576068:576069
@@ -193,9 +193,9 @@
     }
   }
   m_password = "";
-  emit sigExtract( success );
   delete _kp;
   _kp = m_currentProcess = 0;
+  emit sigExtract( success );
 }
 
 void Arch::unarchFile( QStringList *fileList, const QString & destDir,
--- branches/KDE/3.5/kdeutils/ark/main.cpp #576068:576069
@@ -65,7 +65,7 @@
 extern "C" KDE_EXPORT int kdemain( int argc, char *argv[]  )
 {
 	KAboutData aboutData( "ark", I18N_NOOP( "Ark" ),
-	                      "2.6.3", I18N_NOOP( "KDE Archiving tool" ),
+	                      "2.6.4", I18N_NOOP( "KDE Archiving tool" ),
 	                      KAboutData::License_GPL,
 	                      I18N_NOOP( "(c) 1997-2006, The Various Ark Developers" )
 	                    );
[prev in list] [next in list] [prev in thread] [next in thread] 

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