talons

Fork of Claws Mail https://www.claws-mail
Log | Files | Refs | README | LICENSE

commit bf870237c0ebf81df8cff7f0b5f6b93326603619
parent 1324da453a05d74288282414dfd23753217e7700
Author: Paul <paul@claws-mail.org>
Date:   Sun, 30 Mar 2025 11:33:31 +0100

prevent GTK-Warning

Diffstat:
Msrc/plugins/rssyl/rssyl_feed_props.c | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/src/plugins/rssyl/rssyl_feed_props.c b/src/plugins/rssyl/rssyl_feed_props.c @@ -514,7 +514,6 @@ void rssyl_gtk_prop(RFolderItem *ritem) gtk_box_pack_start(GTK_BOX(hbox), feedprop->specific_user_agent, FALSE, FALSE, 0); gtk_widget_set_sensitive(feedprop->specific_user_agent, !ritem->use_default_user_agent); - gtk_box_pack_start(GTK_BOX(hbox), feedprop->use_default_user_agent, FALSE, FALSE, 0); gtk_box_pack_start(GTK_BOX(inner_vbox), hbox, FALSE, FALSE, 0); PACK_FRAME (vbox, frame, _("User Agent")); gtk_container_set_border_width(GTK_CONTAINER(inner_vbox), 7);