summaryrefslogtreecommitdiffstats
path: root/tools/editor/editor_help.cpp
diff options
context:
space:
mode:
authorGerold31 <kramer.leroy@gmail.com>2014-10-26 15:07:54 +0100
committerGerold31 <kramer.leroy@gmail.com>2014-10-26 15:07:54 +0100
commit6532aa627cd6a4b1f590dcf1d91c03a3860ce889 (patch)
tree97f2ed84b6df5c58f58909c68c6d4c35f172e559 /tools/editor/editor_help.cpp
parentb38118c5cb363c9aa07fa90bf246eee8edeff203 (diff)
downloadredot-engine-6532aa627cd6a4b1f590dcf1d91c03a3860ce889.tar.gz
Fix some more incorrect bindings
Diffstat (limited to 'tools/editor/editor_help.cpp')
-rw-r--r--tools/editor/editor_help.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/editor/editor_help.cpp b/tools/editor/editor_help.cpp
index 819da4bb45..42260e70ba 100644
--- a/tools/editor/editor_help.cpp
+++ b/tools/editor/editor_help.cpp
@@ -293,7 +293,7 @@ void EditorHelpSearch::_bind_methods() {
ObjectTypeDB::bind_method(_MD("_text_changed"),&EditorHelpSearch::_text_changed);
ObjectTypeDB::bind_method(_MD("_confirmed"),&EditorHelpSearch::_confirmed);
ObjectTypeDB::bind_method(_MD("_sbox_input"),&EditorHelpSearch::_sbox_input);
- ObjectTypeDB::bind_method(_MD("_update_search"),&EditorHelpSearch::_sbox_input);
+ ObjectTypeDB::bind_method(_MD("_update_search"),&EditorHelpSearch::_update_search);
ADD_SIGNAL(MethodInfo("go_to_help"));