commit 75b8d8cbbb9eb23d591272ed694249db2dda61fe
parent d427137200976ffdf8f27ba9c53b0ffffa1970d3
Author: Andrej Kacian <ticho@claws-mail.org>
Date: Wed, 24 Oct 2018 17:23:14 +0200
Pack account prefs' checkbtn_crosspost into correct hbox, rather than leaving it unused.
Diffstat:
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git 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