diff options
Diffstat (limited to 'src/window-commands.c')
-rw-r--r-- | src/window-commands.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/window-commands.c b/src/window-commands.c index 07efcdf6d..246d79337 100644 --- a/src/window-commands.c +++ b/src/window-commands.c @@ -309,7 +309,7 @@ window_cmd_file_open (EggAction *action, (single, wmain, _("Select the file to open"), dir, NULL, modeOpen, - &file, NULL, NULL, NULL); + &file, NULL, NULL); if (result == G_OK) { |