From 1c5057b6b84c21f365178c7726de56dfd87bdf52 Mon Sep 17 00:00:00 2001 From: Ji-hoon Lee Date: Wed, 3 Apr 2013 21:08:56 +0900 Subject: [PATCH] Added code for initializing m_tts_enabled variable --- packaging/libscl-ui.spec | 2 +- scl/include/sclversion.h | 2 +- scl/sclcontext.cpp | 2 ++ 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/packaging/libscl-ui.spec b/packaging/libscl-ui.spec index 0ca8d31..4c252be 100644 --- a/packaging/libscl-ui.spec +++ b/packaging/libscl-ui.spec @@ -3,7 +3,7 @@ Name: libscl-ui Summary: A library for developing XML-based software keyboards -Version: 0.2.5 +Version: 0.2.6 Release: 1 Group: TO BE / FILLED IN License: TO BE / FILLED IN diff --git a/scl/include/sclversion.h b/scl/include/sclversion.h index a64e042..4885360 100644 --- a/scl/include/sclversion.h +++ b/scl/include/sclversion.h @@ -18,7 +18,7 @@ #ifndef __SCL_VERSION_H__ #define __SCL_VERSION_H__ -#define SCL_VERSION "0.2.5-1" +#define SCL_VERSION "0.2.6-1" #endif //__SCL_VERSION_H diff --git a/scl/sclcontext.cpp b/scl/sclcontext.cpp index ef9390b..ebdc514 100644 --- a/scl/sclcontext.cpp +++ b/scl/sclcontext.cpp @@ -73,6 +73,8 @@ CSCLContext::reset() m_vibration_enabled = TRUE; m_shift_multi_touch_enabled = TRUE; + m_tts_enabled = FALSE; + m_multi_touch_context.clear(); m_last_touch_device_id = SCLTOUCHDEVICE_INVALID; -- 2.7.4