aboutsummaryrefslogtreecommitdiff
path: root/src/ui/contact_info.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/contact_info.h')
-rw-r--r--src/ui/contact_info.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ui/contact_info.h b/src/ui/contact_info.h
index 9b89f3c..f602073 100644
--- a/src/ui/contact_info.h
+++ b/src/ui/contact_info.h
@@ -50,8 +50,12 @@ typedef struct UI_CONTACT_INFO_Handle
50 GtkButton *reveal_identity_button; 50 GtkButton *reveal_identity_button;
51 GtkButton *open_chat_button; 51 GtkButton *open_chat_button;
52 52
53 GtkWidget *identity_box;
54 GtkLabel *name_label;
55
53 GtkDrawingArea *id_drawing_area; 56 GtkDrawingArea *id_drawing_area;
54 gulong id_draw_signal; 57 gulong id_draw_signal;
58 GtkEntry *id_entry;
55 59
56 GtkButton *back_button; 60 GtkButton *back_button;
57 GtkButton *close_button; 61 GtkButton *close_button;