Revision: 1355 http://svn.sourceforge.net/geany/?rev=1355&view=rev Author: eht16 Date: 2007-03-01 14:20:37 -0800 (Thu, 01 Mar 2007)
Log Message: ----------- Oops, forgot to commit.
Modified Paths: -------------- trunk/src/search.c
Modified: trunk/src/search.c =================================================================== --- trunk/src/search.c 2007-03-01 22:16:58 UTC (rev 1354) +++ trunk/src/search.c 2007-03-01 22:20:37 UTC (rev 1355) @@ -1160,7 +1160,7 @@ g_free(msgwindow.find_in_files_dir); msgwindow.find_in_files_dir = g_strdup(dir); utils_set_up_io_channel(stdout_fd, G_IO_IN|G_IO_PRI|G_IO_ERR|G_IO_HUP|G_IO_NVAL, - search_read_io, NULL); + TRUE, search_read_io, NULL); g_child_watch_add(child_pid, search_close_pid, NULL);
str = g_strdup_printf(_("%s %s %s %s (in directory: %s)"),
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.