From 9edf21bd96a83a7e6c660e16c331b04e3b7add14 Mon Sep 17 00:00:00 2001 From: TheJackiMonster Date: Sat, 2 Jul 2022 23:39:13 +0200 Subject: Added contacts into chats list Signed-off-by: TheJackiMonster --- src/ui/chats.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ui/chats.h') diff --git a/src/ui/chats.h b/src/ui/chats.h index c4485ad..85a84eb 100644 --- a/src/ui/chats.h +++ b/src/ui/chats.h @@ -44,7 +44,7 @@ typedef struct UI_CHATS_Handle int line_offset; int line_selected; - struct GNUNET_CHAT_Group *selected; + struct GNUNET_CHAT_Context *selected; UI_CHAT_OPEN_DIALOG_Handle open_dialog; } UI_CHATS_Handle; -- cgit v1.2.3