aboutsummaryrefslogtreecommitdiff
path: root/src/ui/chats.h
diff options
context:
space:
mode:
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;