ensure FIF dir is set

git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@732 ea778897-0a13-0410-b9d1-a72fbfd435f5
This commit is contained in:
Nick Treleaven 2006-08-17 20:38:09 +00:00
parent 35423691cc
commit 2da8a11118
2 changed files with 2 additions and 1 deletions

View File

@ -6,7 +6,7 @@
Move main_init command line settings to parse_command_line_options.
Use setup_paths, locale_init, parse_command_line_options,
setup_config_dir in main().
* src/msgwindow.c: Reorder widget lookup.
* src/msgwindow.c: Reorder widget lookup; ensure FIF dir is set.
* src/main.c: Fix Show messages window checkbox state when -m used.

View File

@ -503,6 +503,7 @@ static void msgwin_parse_grep_line(const gchar *string, gchar **filename, gint *
*filename = NULL;
*line = -1;
g_return_if_fail(msgwindow.find_in_files_dir != NULL);
if (string == NULL) return;
// conflict:3:conflicting types for `foo'