aboutsummaryrefslogtreecommitdiff
path: root/src/ui/chats.h
diff options
context:
space:
mode:
authorTheJackiMonster <thejackimonster@gmail.com>2022-07-02 23:39:13 +0200
committerTheJackiMonster <thejackimonster@gmail.com>2022-07-02 23:39:13 +0200
commit9edf21bd96a83a7e6c660e16c331b04e3b7add14 (patch)
treea713536a36e4437d393bd8a90a9a5d35291b5c03 /src/ui/chats.h
parente30bd43c171922eab729d5c8e51f92d33bc8d9f5 (diff)
downloadmessenger-cli-9edf21bd96a83a7e6c660e16c331b04e3b7add14.tar.gz
messenger-cli-9edf21bd96a83a7e6c660e16c331b04e3b7add14.zip
Added contacts into chats list
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
Diffstat (limited to 'src/ui/chats.h')
-rw-r--r--src/ui/chats.h2
1 files changed, 1 insertions, 1 deletions
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
44 int line_offset; 44 int line_offset;
45 int line_selected; 45 int line_selected;
46 46
47 struct GNUNET_CHAT_Group *selected; 47 struct GNUNET_CHAT_Context *selected;
48 48
49 UI_CHAT_OPEN_DIALOG_Handle open_dialog; 49 UI_CHAT_OPEN_DIALOG_Handle open_dialog;
50} UI_CHATS_Handle; 50} UI_CHATS_Handle;