mirror of https://github.com/GNOME/gimp.git
app: make tests build again after file_open_image() signature change
This commit is contained in:
parent
83a936b8fe
commit
7fa730b1c7
|
@ -117,7 +117,6 @@ opened_xcf_file_files (gconstpointer data)
|
|||
gimp_get_user_context (gimp),
|
||||
NULL /*progress*/,
|
||||
file,
|
||||
file,
|
||||
FALSE /*as_new*/,
|
||||
NULL /*file_proc*/,
|
||||
GIMP_RUN_NONINTERACTIVE,
|
||||
|
@ -158,7 +157,6 @@ imported_file_files (gconstpointer data)
|
|||
gimp_get_user_context (gimp),
|
||||
NULL /*progress*/,
|
||||
file,
|
||||
file,
|
||||
FALSE /*as_new*/,
|
||||
NULL /*file_proc*/,
|
||||
GIMP_RUN_NONINTERACTIVE,
|
||||
|
@ -207,7 +205,6 @@ saved_imported_file_files (gconstpointer data)
|
|||
gimp_get_user_context (gimp),
|
||||
NULL /*progress*/,
|
||||
import_file,
|
||||
import_file,
|
||||
FALSE /*as_new*/,
|
||||
NULL /*file_proc*/,
|
||||
GIMP_RUN_NONINTERACTIVE,
|
||||
|
@ -315,7 +312,6 @@ clear_import_file_after_export (gconstpointer data)
|
|||
gimp_get_user_context (gimp),
|
||||
NULL /*progress*/,
|
||||
file,
|
||||
file,
|
||||
FALSE /*as_new*/,
|
||||
NULL /*file_proc*/,
|
||||
GIMP_RUN_NONINTERACTIVE,
|
||||
|
|
|
@ -267,7 +267,6 @@ gimp_test_load_image (Gimp *gimp,
|
|||
gimp_get_user_context (gimp),
|
||||
NULL /*progress*/,
|
||||
file,
|
||||
file,
|
||||
FALSE /*as_new*/,
|
||||
proc,
|
||||
GIMP_RUN_NONINTERACTIVE,
|
||||
|
|
Loading…
Reference in New Issue