Added code for initializing m_tts_enabled variable
authorJi-hoon Lee <dalton.lee@samsung.com>
Wed, 3 Apr 2013 12:08:56 +0000 (21:08 +0900)
committerJi-hoon Lee <dalton.lee@samsung.com>
Wed, 3 Apr 2013 12:10:44 +0000 (21:10 +0900)
packaging/libscl-ui.spec
scl/include/sclversion.h
scl/sclcontext.cpp

index 0ca8d31..4c252be 100644 (file)
@@ -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
index a64e042..4885360 100644 (file)
@@ -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
 
index ef9390b..ebdc514 100644 (file)
@@ -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;