aboutsummaryrefslogtreecommitdiff
path: root/main/src/ui/file_send_overlay.vala
diff options
context:
space:
mode:
Diffstat (limited to 'main/src/ui/file_send_overlay.vala')
-rw-r--r--main/src/ui/file_send_overlay.vala8
1 files changed, 4 insertions, 4 deletions
diff --git a/main/src/ui/file_send_overlay.vala b/main/src/ui/file_send_overlay.vala
index e92cf836..369d291a 100644
--- a/main/src/ui/file_send_overlay.vala
+++ b/main/src/ui/file_send_overlay.vala
@@ -12,10 +12,10 @@ public class FileSendOverlay : Gtk.EventBox {
public signal void close();
public signal void send_file();
- [GtkChild] public Button close_button;
- [GtkChild] public Button send_button;
- [GtkChild] public SizingBin file_widget_insert;
- [GtkChild] public Label info_label;
+ [GtkChild] public unowned Button close_button;
+ [GtkChild] public unowned Button send_button;
+ [GtkChild] public unowned SizingBin file_widget_insert;
+ [GtkChild] public unowned Label info_label;
private bool can_send = true;