Removed elm_exit() code from scim_module_exit
authorJi-hoon Lee <dalton.lee@samsung.com>
Wed, 27 Mar 2013 12:56:11 +0000 (21:56 +0900)
committerJi-hoon Lee <dalton.lee@samsung.com>
Wed, 27 Mar 2013 13:01:48 +0000 (22:01 +0900)
packaging/ise-default.spec
src/common.cpp
src/include/ise.h

index 43e1d2f..0783592 100644 (file)
@@ -1,6 +1,6 @@
 Name:       ise-default
 Summary:    Tizen keyboard
-Version:    0.7.1
+Version:    0.7.2
 Release:    1
 Group:      TO BE / FILLED IN
 License:    TO BE / FILLED IN
index 8d3d5d8..c8b098b 100644 (file)
@@ -212,11 +212,6 @@ void CISECommon::init(const sclchar *name, const sclchar *uuid, const sclchar *l
 
 void CISECommon::exit()
 {
-    /*if (m_event_callback) {
-        m_event_callback->exit()
-    }*/
-
-    elm_exit ();
 }
 
 void CISECommon::run(const sclchar *uuid, const scim::ConfigPointer &config, const sclchar *display)
index 2c9f30c..fe59b3d 100644 (file)
@@ -29,7 +29,7 @@
 
 #include "languages.h"
 
-#define ISE_VERSION "0.7.1-1"
+#define ISE_VERSION "0.7.2-1"
 #define LOCALEDIR "/usr/share/locale"
 
 #define PRIMARY_LATIN_LANGUAGE "English"