Change the timeout from seconds to milliseconds because of the KProcess port.

svn path=/trunk/KDE/kdepim/; revision=700367
wilder-work
Thomas McGuire 19 years ago
parent 841dd62456
commit 73e7e8cbba
  1. 2
      templateparser.cpp

@ -47,7 +47,7 @@
namespace KMail {
static const int PipeTimeout = 15;
static const int PipeTimeout = 15 * 1000;
TemplateParser::TemplateParser( KMMessage *amsg, const Mode amode,
const QString &aselection,

Loading…
Cancel
Save