SF.net SVN: geany: [1076] trunk

ntrel at users.sourceforge.net ntrel at xxxxx
Sat Dec 9 16:23:29 UTC 2006


Revision: 1076
          http://svn.sourceforge.net/geany/?rev=1076&view=rev
Author:   ntrel
Date:     2006-12-09 08:23:29 -0800 (Sat, 09 Dec 2006)

Log Message:
-----------
Show the Message window when switching to the vte.

Modified Paths:
--------------
    trunk/ChangeLog
    trunk/src/keybindings.c

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2006-12-09 13:34:47 UTC (rev 1075)
+++ trunk/ChangeLog	2006-12-09 16:23:29 UTC (rev 1076)
@@ -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 at btinternet.com>

Modified: trunk/src/keybindings.c
===================================================================
--- trunk/src/keybindings.c	2006-12-09 13:34:47 UTC (rev 1075)
+++ trunk/src/keybindings.c	2006-12-09 16:23:29 UTC (rev 1076)
@@ -677,6 +677,7 @@
 #ifdef HAVE_VTE
 	gtk_notebook_set_current_page(GTK_NOTEBOOK(msgwindow.notebook), MSG_VTE);
 	gtk_widget_grab_focus(vc->vte);
+	msgwin_show();
 #endif
 }
 


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the Commits mailing list