-rw-r--r-- | core/launcher/main.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/launcher/main.cpp b/core/launcher/main.cpp index 1e741d5..3ee5e26 100644 --- a/core/launcher/main.cpp +++ b/core/launcher/main.cpp | |||
@@ -237,6 +237,8 @@ public: | |||
237 | case OMODEL_iPAQ_H38xx: { | 237 | case OMODEL_iPAQ_H38xx: { |
238 | if ( keycode == Key_SysReq ) { | 238 | if ( keycode == Key_SysReq ) { |
239 | if ( isPress ) { | 239 | if ( isPress ) { |
240 | if ( m_power_timer ) | ||
241 | killTimer ( m_power_timer ); | ||
240 | m_power_timer = startTimer ( 500 ); | 242 | m_power_timer = startTimer ( 500 ); |
241 | } | 243 | } |
242 | else if ( m_power_timer ) { | 244 | else if ( m_power_timer ) { |