GNOME Bugzilla – Bug 795974
[PATCH] Show repeat-action chebox in file delete dialog
Last modified: 2018-05-09 15:25:29 UTC
Created attachment 371844 [details] [review] Patch for the presented issue Easytag's file-delete confirmation dialog used to have an option to apply the confirmation to all selected files, making it possible to delete several files at once. At some point, this option seem to have disappeared, and in recent versions, I find myself having to confirm deletion of each and every file. It turns out the issue is that the checkbox widget (unchecked by default) is not shown in the dialog due to a missing gtk_widget_show() call.
Review of attachment 371844 [details] [review]: Thanks for the patch, I pushed it to master as commit 8354e8aca16efd2ed32efb8b74693a033810f617.