Fix No result string bug
authorJunghyun Kim <jh1114.kim@samsung.com>
Wed, 29 Aug 2012 12:06:50 +0000 (21:06 +0900)
committerJunghyun Kim <jh1114.kim@samsung.com>
Wed, 29 Aug 2012 12:06:50 +0000 (21:06 +0900)
src/ps_makeupviews.cpp

index 107955c..15d4581 100755 (executable)
@@ -525,7 +525,7 @@ static int __search_gl_set_phone_search_result(struct search_content_object *obj
        SEARCH_FUNC_START;
 
        int sel_cnt = SEARCH_CATEGORY_LIST_MORE_CNT + 1;
-       int func_ret = 1;
+       int func_ret = SEARCH_RET_SEARCH_NONE;
 
        struct appdata *ad = (struct appdata *)data;