52
52
if (!infobars.has_key (slot)) {
53
53
var infobar = new Gtk.InfoBar ();
54
54
(infobar.get_content_area () as Gtk.Box).add (new Gtk.Label (_("These items may be restored or deleted from the trash.")));
56
56
infobar.add_button (_("Empty the Trash"), 1);
57
57
infobar.response.connect ((self, response) => {
63
65
Marlin.FileOperations.empty_trash (self);