hopefully fixed a crash when closing the preferences dialog and message window was hidden and shown before

git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@219 ea778897-0a13-0410-b9d1-a72fbfd435f5
This commit is contained in:
Enrico Tröger 2006-02-25 22:21:57 +00:00
parent 02ca65fd56
commit c8ca726838

View File

@ -258,6 +258,7 @@ void vte_register_symbols(GModule *mod)
void vte_apply_user_settings(void)
{
gtk_widget_realize(vc->vte);
vf->vte_terminal_set_scrollback_lines(VTE_TERMINAL(vc->vte), vc->scrollback_lines);
vf->vte_terminal_set_scroll_on_keystroke(VTE_TERMINAL(vc->vte), vc->scroll_on_key);
vf->vte_terminal_set_scroll_on_output(VTE_TERMINAL(vc->vte), vc->scroll_on_out);