From 9b11e2e558cdee65b42ffd56601488ec3cbce534 Mon Sep 17 00:00:00 2001 From: Alexander Lantsev Date: Wed, 10 Sep 2014 20:29:30 +0000 Subject: Tox: - reworked searching - updated tox core - updated icon git-svn-id: http://svn.miranda-ng.org/main/trunk@10423 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/Tox/src/tox_proto.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'protocols/Tox/src/tox_proto.h') diff --git a/protocols/Tox/src/tox_proto.h b/protocols/Tox/src/tox_proto.h index 96e0bd662c..6c7b26ed34 100644 --- a/protocols/Tox/src/tox_proto.h +++ b/protocols/Tox/src/tox_proto.h @@ -173,7 +173,7 @@ private: static void OnConnectionStatusChanged(Tox *tox, const int number, const uint8_t status, void *arg); // contacts search - void __cdecl SearchByIdAsync(void* arg); + void __cdecl SearchFailedAsync(void* arg); void __cdecl SearchByNameAsync(void* arg); static INT_PTR CALLBACK SearchDlgProc(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam); -- cgit v1.2.3