aboutsummaryrefslogtreecommitdiff
path: root/src/ui/new_contact.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/new_contact.h')
-rw-r--r--src/ui/new_contact.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ui/new_contact.h b/src/ui/new_contact.h
index 18bb042..4ab397a 100644
--- a/src/ui/new_contact.h
+++ b/src/ui/new_contact.h
@@ -41,6 +41,9 @@ typedef struct UI_NEW_CONTACT_Handle
41 GtkBuilder *builder; 41 GtkBuilder *builder;
42 GtkDialog *dialog; 42 GtkDialog *dialog;
43 43
44 GtkStack *preview_stack;
45 GtkWidget *fail_box;
46
44 GtkDrawingArea *id_drawing_area; 47 GtkDrawingArea *id_drawing_area;
45 GtkEntry *id_entry; 48 GtkEntry *id_entry;
46 49