app: Fix build for windows.

This was broken in 7f23fbec34
This commit is contained in:
Michael Henning 2014-05-02 17:51:43 -04:00
parent 017b6fabea
commit a25defa39e
1 changed files with 1 additions and 1 deletions

View File

@ -141,7 +141,7 @@ gui_unique_win32_idle_open (IdleOpenData *data)
if (data->name)
{
file_open_from_command_line (unique_gimp, data->name, data->as_new);
file_open_from_command_line (unique_gimp, data->name, data->as_new, NULL, 0);
}
else
{