[Commits] [SCM] claws branch, master, updated. 3.16.0-251-g7f375ed

ticho at claws-mail.org ticho at claws-mail.org
Fri Aug 3 09:46:31 CEST 2018


The branch, master has been updated
       via  7f375eddc128a2b3c452a3965f7e0556e7e0b1c6 (commit)
      from  6a09dd4c2adee64324ebe610207f3b8f712cd1d3 (commit)

Summary of changes:
 src/plugins/managesieve/sieve_prefs.c |    4 ----
 1 file changed, 4 deletions(-)


- Log -----------------------------------------------------------------
commit 7f375eddc128a2b3c452a3965f7e0556e7e0b1c6
Author: Andrej Kacian <ticho at claws-mail.org>
Date:   Fri Aug 3 09:45:39 2018 +0200

    Fix two GTK runtime warnings in Managesieve feed properties dialog.

diff --git a/src/plugins/managesieve/sieve_prefs.c b/src/plugins/managesieve/sieve_prefs.c
index 63e5dbd..ec37130 100644
--- a/src/plugins/managesieve/sieve_prefs.c
+++ b/src/plugins/managesieve/sieve_prefs.c
@@ -154,8 +154,6 @@ static void sieve_prefs_account_create_widget_func(PrefsPage *_page,
 
 	/* Server info */
 	serv_vbox = gtkut_get_options_frame(sieve_vbox, &serv_frame, _("Server information"));
-	gtk_widget_show (serv_vbox);
-	gtk_box_pack_start (GTK_BOX (page_vbox), serv_vbox, FALSE, FALSE, 0);
 
 	SET_TOGGLE_SENSITIVITY (enable_checkbtn, sieve_vbox);
 	size_group = gtk_size_group_new(GTK_SIZE_GROUP_HORIZONTAL);
@@ -187,8 +185,6 @@ static void sieve_prefs_account_create_widget_func(PrefsPage *_page,
 	/* Encryption */
 
 	tls_vbox = gtkut_get_options_frame(sieve_vbox, &tls_frame, _("Encryption"));
-	gtk_widget_show (tls_vbox);
-	gtk_box_pack_start (GTK_BOX (page_vbox), tls_vbox, FALSE, FALSE, 0);
 
 	RADIO_ADD(tls_radio_no, tls_group, hbox, tls_vbox,
 			_("No encryption"));

-----------------------------------------------------------------------


hooks/post-receive
-- 
Claws Mail


More information about the Commits mailing list