Merge "Fix logic about auto registered object list to handle with manual registered... accepted/tizen/unified/20170428.004009 accepted/tizen/unified/20170428.004520 submit/tizen/20170421.091149
authorKwangyoun Kim <ky85.kim@samsung.com>
Fri, 14 Apr 2017 01:16:14 +0000 (18:16 -0700)
committerGerrit Code Review <gerrit@review.vlan103.tizen.org>
Fri, 14 Apr 2017 01:16:14 +0000 (18:16 -0700)
1  2 
src/vc_elm_core.c

@@@ -2308,3 -2436,8 +2441,8 @@@ int _vc_elm_core_unset_click_time(
        VC_ELM_LOG_INFO("Unset click time, time will be (%f) sec", DEFAULT_CLICK_TIME);
        return 0;
  }
 -}
+ Elm_Object_Item* _vc_elm_core_get_item_object_by_command(const char* command)
+ {
+       return (Elm_Object_Item *)eina_hash_find(command_item_map, command);
++}