Pack account prefs' checkbtn_crosspost into correct hbox, rather than leaving it...
[claws.git] / src / prefs_account.c
index 5ed582d2b6bb11171ebc7aba72d792c568d1a85e..f4c17e59a7040e0dfaf3ee6bbee293d30b7395f8 100644 (file)
@@ -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