After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 795974 - [PATCH] Show repeat-action chebox in file delete dialog
[PATCH] Show repeat-action chebox in file delete dialog
Status: RESOLVED FIXED
Product: easytag
Classification: Other
Component: general
master
Other Linux
: Normal normal
: 2.4
Assigned To: EasyTAG maintainer(s)
EasyTAG maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2018-05-09 14:31 UTC by Rok Mandeljc
Modified: 2018-05-09 15:25 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch for the presented issue (1.24 KB, patch)
2018-05-09 14:31 UTC, Rok Mandeljc
committed Details | Review

Description Rok Mandeljc 2018-05-09 14:31:57 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.
Comment 1 David King 2018-05-09 15:25:09 UTC
Review of attachment 371844 [details] [review]:

Thanks for the patch, I pushed it to master as commit 8354e8aca16efd2ed32efb8b74693a033810f617.