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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ui/new_contact.h b/src/ui/new_contact.h
index 4ab397a..6eb2642 100644
--- a/src/ui/new_contact.h
+++ b/src/ui/new_contact.h
@@ -47,6 +47,8 @@ typedef struct UI_NEW_CONTACT_Handle
47 GtkDrawingArea *id_drawing_area; 47 GtkDrawingArea *id_drawing_area;
48 GtkEntry *id_entry; 48 GtkEntry *id_entry;
49 49
50 gulong id_draw_signal;
51
50 GtkButton *cancel_button; 52 GtkButton *cancel_button;
51 GtkButton *confirm_button; 53 GtkButton *confirm_button;
52 54