From: Torste Aikio Date: Wed, 23 Jun 2010 08:19:01 +0000 (+0300) Subject: Fixed a typo X-Git-Url: https://vcs.maemo.org/git/?p=irwi;a=commitdiff_plain;h=4efd4be72f05e61d810df0e28eea26ea0c082e64 Fixed a typo --- diff --git a/src/irctrl.cpp b/src/irctrl.cpp index 01c5679..bf0b89e 100644 --- a/src/irctrl.cpp +++ b/src/irctrl.cpp @@ -11,7 +11,7 @@ IrCtrl::IrCtrl(QObject *parent) { QSettings settings; m_killLircTimer.setInterval( - settings.value("idleTimeout", "300").toInt() * 100); + settings.value("idleTimeout", "300").toInt() * 1000); m_killLircTimer.setSingleShot(true); connect(&m_killLircTimer, SIGNAL(timeout()), this, SLOT(stopLirc()));