[Commits] [SCM] claws branch, master, updated. 3.17.0-131-g75b8d8c
ticho at claws-mail.org
ticho at claws-mail.org
Wed Oct 24 17:23:49 CEST 2018
The branch, master has been updated
via 75b8d8cbbb9eb23d591272ed694249db2dda61fe (commit)
from d427137200976ffdf8f27ba9c53b0ffffa1970d3 (commit)
Summary of changes:
src/prefs_account.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
- Log -----------------------------------------------------------------
commit 75b8d8cbbb9eb23d591272ed694249db2dda61fe
Author: Andrej Kacian <ticho at claws-mail.org>
Date: Wed Oct 24 17:23:14 2018 +0200
Pack account prefs' checkbtn_crosspost into correct hbox, rather than leaving it unused.
diff --git a/src/prefs_account.c b/src/prefs_account.c
index 5ed582d..f4c17e5 100644
--- a/src/prefs_account.c
+++ b/src/prefs_account.c
@@ -3158,6 +3158,7 @@ static void advanced_create_widget_func(PrefsPage * _page,
#endif
#if !GTK_CHECK_VERSION(3, 0, 0)
+ PACK_HBOX (hbox1);
PACK_CHECK_BUTTON (hbox1, checkbtn_crosspost,
_("Mark cross-posted messages as read and color:"));
g_signal_connect (G_OBJECT (checkbtn_crosspost), "toggled",
@@ -3172,8 +3173,6 @@ static void advanced_create_widget_func(PrefsPage * _page,
gtk_cmoption_menu_set_menu (GTK_CMOPTION_MENU(colormenu_crosspost), menu);
SET_TOGGLE_SENSITIVITY(checkbtn_crosspost, colormenu_crosspost);
#endif
-
- PACK_HBOX (hbox1);
#undef PACK_HBOX
#undef PACK_PORT_SPINBTN
-----------------------------------------------------------------------
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list