Fix a code error 27/42627/1
authorSungmin Kwak <sungmin.kwak@samsung.com>
Tue, 30 Jun 2015 12:01:53 +0000 (21:01 +0900)
committerJihoon Kim <jihoon48.kim@samsung.com>
Wed, 1 Jul 2015 01:06:29 +0000 (10:06 +0900)
It does not affect anything, though.

Change-Id: I6b5ff5a55b45f084b68e9106b5c5c7415641b45f

ism/src/isf_query_utility.cpp

index a74d060..d58a3d8 100644 (file)
@@ -928,7 +928,7 @@ static int _db_update_ime_info(std::vector<ImeInfoDB> &ime_info)
 
         if (iter->pkgtype.compare("wgt") == 0 || iter->pkgtype.compare("tpk") == 0)
             has_option = -1;
-        else if (iter->mode = TOOLBAR_HELPER_MODE)
+        else if (iter->mode == TOOLBAR_HELPER_MODE)
             has_option = 1;
         else
             has_option = 0;