Revision 1240907

Go back to digest for 17th July 2011

Bug Fixes in Utilities

Raphael Kubo da Costa committed changes in /branches/KDE/4.7/kdeutils/ark/kerfuffle/cliinterface.cpp:

cliinterface: Do not assume a process does not exist in runProcess().

The Q_ASSERT(!m_process) in the beginning of runProcess() was wrong, as when
one is adding files to an archive (or creating an archive) processFinished()
calls list(), which in turn calls runProcess() as well, thus making the assert
fail.

The best thing to do is just wait for the existing process to finish before
launching the new one.


FIXED-IN: 4.7.0

File Changes

Modified 1 files
  • /branches/KDE/4.7/kdeutils/ark/kerfuffle/cliinterface.cpp
1 files changed in total