SF.net SVN: geany: [602] trunk/src/msgwindow.c

eht16 at users.sourceforge.net eht16 at xxxxx
Sat Jul 22 02:07:36 UTC 2006


Revision: 602
Author:   eht16
Date:     2006-07-21 19:07:30 -0700 (Fri, 21 Jul 2006)
ViewCVS:  http://svn.sourceforge.net/geany/?rev=602&view=rev

Log Message:
-----------
Oops, forgot these files.

Modified Paths:
--------------
    trunk/src/msgwindow.c
Modified: trunk/src/msgwindow.c
===================================================================
--- trunk/src/msgwindow.c	2006-07-22 02:06:30 UTC (rev 601)
+++ trunk/src/msgwindow.c	2006-07-22 02:07:30 UTC (rev 602)
@@ -265,7 +265,7 @@
 			if (filename != NULL && line > -1)
 			{
 				// use document_open_file to find an already open file, or open it in place
-				idx = document_open_file(-1, filename, 0, FALSE, NULL);
+				idx = document_open_file(-1, filename, 0, FALSE, NULL, NULL);
 				// document_set_indicator will check valid idx
 				document_set_indicator(idx, line - 1);
 				// utils_goto_file_line will check valid filename.
@@ -302,7 +302,7 @@
 			if (filename != NULL && line > -1)
 			{
 				// use document_open_file to find an already open file, or open it in place
-				idx = document_open_file(-1, filename, 0, FALSE, NULL);
+				idx = document_open_file(-1, filename, 0, FALSE, NULL, NULL);
 				// utils_goto_file_line will check valid filename.
 				ret = utils_goto_file_line(filename, FALSE, line);
 			}
@@ -318,7 +318,7 @@
 /* Try to parse the file and line number for string and when something useful is
  * found, store the line number in *line and the relevant file with the error in
  * *filename.
- * *line will be -1 if no error was found in string. 
+ * *line will be -1 if no error was found in string.
  * *filename must be freed unless NULL. */
 static void msgwin_parse_grep_line(const gchar *string, gchar **filename, gint *line)
 {


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