SF.net SVN: geany:[3569] trunk

eht16 at users.sourceforge.net eht16 at xxxxx
Sun Feb 8 20:36:01 UTC 2009


Revision: 3569
          http://geany.svn.sourceforge.net/geany/?rev=3569&view=rev
Author:   eht16
Date:     2009-02-08 20:35:57 +0000 (Sun, 08 Feb 2009)

Log Message:
-----------
Really focus the status/compiler/messages window when the corresponding keybinding is used.

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

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2009-02-08 19:52:43 UTC (rev 3568)
+++ trunk/ChangeLog	2009-02-08 20:35:57 UTC (rev 3569)
@@ -16,6 +16,9 @@
  * src/vte.c, plugins/filebrowser.c:
    Don't follow the path of the document if the document has not an
    absolute file path.
+ * src/msgwindow.c:
+   Really focus the status/compiler/messages window when the
+   corresponding keybinding is used.
 
 
 2009-02-08  Frank Lanitz  <frank(at)frank(dot)uvena(dot)de>

Modified: trunk/src/msgwindow.c
===================================================================
--- trunk/src/msgwindow.c	2009-02-08 19:52:43 UTC (rev 3568)
+++ trunk/src/msgwindow.c	2009-02-08 20:35:57 UTC (rev 3569)
@@ -1040,6 +1040,9 @@
 	switch (tabnum)
 	{
 		case MSG_SCRATCH: widget = ui_lookup_widget(main_widgets.window, "textview_scribble"); break;
+		case MSG_COMPILER: widget = msgwindow.tree_compiler; break;
+		case MSG_STATUS: widget = msgwindow.tree_status; break;
+		case MSG_MESSAGE: widget = msgwindow.tree_msg; break;
 #ifdef HAVE_VTE
 		case MSG_VTE: widget = (vte_info.have_vte) ? vc->vte : NULL; break;
 #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