Skip to content

file-conflict-dialog: Fix "Apply this action..." check button warning

GtkCheckButton has the label property, so embedding a GtkLabel to it is unnecessary. This fixes the warning that says "Finalizing GtkCheckButton [...], but it still has children left: GtkLabel".

Merge request reports