aboutsummaryrefslogtreecommitdiff
path: root/src/ui/send_file.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/send_file.h')
-rw-r--r--src/ui/send_file.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ui/send_file.h b/src/ui/send_file.h
index 1a68681..cdcfb28 100644
--- a/src/ui/send_file.h
+++ b/src/ui/send_file.h
@@ -37,6 +37,8 @@ typedef struct UI_SEND_FILE_Handle
37 GtkDrawingArea *file_drawing_area; 37 GtkDrawingArea *file_drawing_area;
38 GtkFileChooserButton *file_chooser_button; 38 GtkFileChooserButton *file_chooser_button;
39 39
40 gulong file_draw_signal;
41
40 GtkButton *cancel_button; 42 GtkButton *cancel_button;
41 GtkButton *send_button; 43 GtkButton *send_button;
42 44