aboutsummaryrefslogtreecommitdiff
path: root/src/ui/contacts.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/contacts.h')
-rw-r--r--src/ui/contacts.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/ui/contacts.h b/src/ui/contacts.h
index 499c3fe..89e7946 100644
--- a/src/ui/contacts.h
+++ b/src/ui/contacts.h
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of GNUnet. 2 This file is part of GNUnet.
3 Copyright (C) 2021 GNUnet e.V. 3 Copyright (C) 2021--2022 GNUnet e.V.
4 4
5 GNUnet is free software: you can redistribute it and/or modify it 5 GNUnet is free software: you can redistribute it and/or modify it
6 under the terms of the GNU Affero General Public License as published 6 under the terms of the GNU Affero General Public License as published
@@ -26,11 +26,11 @@
26#define UI_CONTACTS_H_ 26#define UI_CONTACTS_H_
27 27
28#include "messenger.h" 28#include "messenger.h"
29#include "../bindings.h"
29 30
30typedef struct UI_CONTACTS_Handle 31typedef struct UI_CONTACTS_Handle
31{ 32{
32 GList *contact_entries; 33 MESSENGER_Bindings *bindings;
33 GHashTable *bindings;
34 34
35 GtkBuilder *builder; 35 GtkBuilder *builder;
36 GtkDialog *dialog; 36 GtkDialog *dialog;