[Commits] [SCM] claws branch, master, updated. 4.3.1-78-gbf870237c
paul at claws-mail.org
paul at claws-mail.org
Sun Mar 30 10:33:37 UTC 2025
The branch, master has been updated
via bf870237c0ebf81df8cff7f0b5f6b93326603619 (commit)
from 1324da453a05d74288282414dfd23753217e7700 (commit)
Summary of changes:
src/plugins/rssyl/rssyl_feed_props.c | 1 -
1 file changed, 1 deletion(-)
- Log -----------------------------------------------------------------
commit bf870237c0ebf81df8cff7f0b5f6b93326603619
Author: Paul <paul at claws-mail.org>
Date: Sun Mar 30 11:33:31 2025 +0100
prevent GTK-Warning
diff --git a/src/plugins/rssyl/rssyl_feed_props.c b/src/plugins/rssyl/rssyl_feed_props.c
index 850da27ab..76e8aa2d4 100644
--- 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);
-----------------------------------------------------------------------
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list