From 935506b120170af249d63b11311fd44163838a12 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Eric=20Janouch?= Date: Fri, 26 Jan 2024 15:45:59 +0100 Subject: Make the Delete key move files to trash in browser --- fiv-context-menu.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'fiv-context-menu.h') diff --git a/fiv-context-menu.h b/fiv-context-menu.h index 8da58c1..34374aa 100644 --- a/fiv-context-menu.h +++ b/fiv-context-menu.h @@ -1,7 +1,7 @@ // // fiv-context-menu.h: popup menu // -// Copyright (c) 2022, Přemysl Eric Janouch +// Copyright (c) 2022 - 2024, Přemysl Eric Janouch // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted. @@ -18,4 +18,5 @@ #include void fiv_context_menu_information(GtkWindow *parent, const char *uri); +void fiv_context_menu_remove(GtkWindow *parent, GFile *file); GtkMenu *fiv_context_menu_new(GtkWidget *widget, GFile *file); -- cgit v1.2.3