aboutsummaryrefslogtreecommitdiff
path: root/src/ui/contacts.h
diff options
context:
space:
mode:
authorTheJackiMonster <thejackimonster@gmail.com>2022-02-19 21:31:03 +0100
committerTheJackiMonster <thejackimonster@gmail.com>2022-02-19 21:31:03 +0100
commit3090047dcd647bd1daddf904472a7f909b00f875 (patch)
tree85b246e1e8ce0729b2426f24e57cc4c40ae1ccc0 /src/ui/contacts.h
parent43e1bdf4a87b0e6979aa75f36a920e21028c4f74 (diff)
downloadmessenger-gtk-3090047dcd647bd1daddf904472a7f909b00f875.tar.gz
messenger-gtk-3090047dcd647bd1daddf904472a7f909b00f875.zip
Refactored setting ui content and binding widgets
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
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;