summaryrefslogtreecommitdiff
path: root/src/baobab-pathbar.vala
diff options
context:
space:
mode:
Diffstat (limited to 'src/baobab-pathbar.vala')
-rw-r--r--src/baobab-pathbar.vala4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/baobab-pathbar.vala b/src/baobab-pathbar.vala
index 0ce910d..ad39f6c 100644
--- a/src/baobab-pathbar.vala
+++ b/src/baobab-pathbar.vala
@@ -22,9 +22,9 @@ namespace Baobab {
[GtkTemplate (ui = "/org/gnome/baobab/ui/baobab-pathbutton.ui")]
public class PathButton : Gtk.Button {
[GtkChild]
- new Gtk.Label label;
+ new unowned Gtk.Label label;
[GtkChild]
- Gtk.Image icon;
+ unowned Gtk.Image icon;
public PathButton (string name, Icon? gicon) {
label.label = name;