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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ui/contacts.h b/src/ui/contacts.h
index dbd952b..90b4b4c 100644
--- a/src/ui/contacts.h
+++ b/src/ui/contacts.h
@@ -29,6 +29,8 @@
29 29
30typedef struct UI_CONTACTS_Handle 30typedef struct UI_CONTACTS_Handle
31{ 31{
32 GList *contact_entries;
33
32 GtkBuilder *builder; 34 GtkBuilder *builder;
33 GtkDialog *dialog; 35 GtkDialog *dialog;
34 36