Add identd to preferences

This commit is contained in:
Patrick Griffis
2016-01-25 21:01:56 -05:00
parent 2226363fd0
commit f14ad5e9dd
4 changed files with 40 additions and 6 deletions

View File

@@ -852,7 +852,7 @@ fe_ctrl_gui (session *sess, fe_gui_action action, int arg)
mg_detach (sess, arg); /* arg: 0=toggle 1=detach 2=attach */
break;
case FE_GUI_APPLY:
setup_apply_real (TRUE, TRUE, TRUE);
setup_apply_real (TRUE, TRUE, TRUE, FALSE);
}
}