app: finish porting GdkScreen/monitor_number to GdkMonitor

gui_unique_*_idle_open were missed in
5ece7a8d1f
This commit is contained in:
Edward E 2018-05-31 01:45:18 -05:00 committed by Michael Natterer
parent 50c623494e
commit 127ad04bfa
1 changed files with 2 additions and 2 deletions

View File

@ -139,7 +139,7 @@ gui_unique_win32_idle_open (IdleOpenData *data)
if (data->file)
{
file_open_from_command_line (unique_gimp, data->file,
data->as_new, NULL, 0);
data->as_new, NULL);
}
else
{
@ -249,7 +249,7 @@ gui_unique_quartz_idle_open (GFile *file)
if (file)
{
file_open_from_command_line (unique_gimp, file, FALSE, NULL, 0);
file_open_from_command_line (unique_gimp, file, FALSE, NULL);
}
return FALSE;