Kaydet (Commit) 0dfb4736 authored tarafından Nick Treleaven's avatar Nick Treleaven

Show the Message window when switching to the vte.

git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@1076 ea778897-0a13-0410-b9d1-a72fbfd435f5
üst e4dc3d0a
......@@ -5,6 +5,8 @@
* src/document.c:
Read the file's modification timestamp after saving because on
Windows it can be later than expected (closes #1611530).
* src/keybindings.c:
Show the Message window when switching to the vte.
2006-12-08 Nick Treleaven <nick.treleaven@btinternet.com>
......
......@@ -677,6 +677,7 @@ static void cb_func_switch_vte(G_GNUC_UNUSED guint key_id)
#ifdef HAVE_VTE
gtk_notebook_set_current_page(GTK_NOTEBOOK(msgwindow.notebook), MSG_VTE);
gtk_widget_grab_focus(vc->vte);
msgwin_show();
#endif
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment