talons

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

commit 73c5bf737783f01889898298916f6259263ee447
parent df32aaf831cb2ff68204fb46ed0884297ba0a307
Author: Paul <paul@claws-mail.org>
Date:   Sun, 30 Mar 2025 16:09:30 +0100

prevent Gtk-Warning

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

diff --git a/src/plugins/rssyl/rssyl_prefs.c b/src/plugins/rssyl/rssyl_prefs.c @@ -228,7 +228,6 @@ static void create_rssyl_prefs_page(PrefsPage *page, vbox3 = gtk_box_new(GTK_ORIENTATION_VERTICAL, 6); user_agent_hbox = gtk_box_new(GTK_ORIENTATION_HORIZONTAL, 6); - gtk_box_pack_start(GTK_BOX(user_agent_hbox), label, FALSE, FALSE, 0); use_custom_user_agent = gtk_check_button_new_with_label( _("Use a custom User-Agent header"));