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:
parent
35423691cc
commit
2da8a11118
@ -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.
|
||||
|
||||
|
||||
|
@ -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'
|
||||
|
Loading…
x
Reference in New Issue
Block a user