Remove code to check name of IME when accepting connection 97/42297/1
authorJihoon Kim <jihoon48.kim@samsung.com>
Thu, 25 Jun 2015 10:24:04 +0000 (19:24 +0900)
committerJihoon Kim <jihoon48.kim@samsung.com>
Thu, 25 Jun 2015 10:24:48 +0000 (19:24 +0900)
Change-Id: I93e53efa12368063cf78f3e38d578ac5cc94fba1

ism/src/scim_panel_agent.cpp

index a6dacab..7e1aab2 100644 (file)
@@ -5426,8 +5426,7 @@ private:
             m_recv_trans.get_data (info.icon) &&
             m_recv_trans.get_data (info.description) &&
             m_recv_trans.get_data (info.option) &&
-            info.uuid.length () &&
-            info.name.length ()) {
+            info.uuid.length ()) {
 
             SCIM_DEBUG_MAIN(4) << "New Helper uuid=" << info.uuid << " name=" << info.name << "\n";