diff options
Diffstat (limited to 'tests/print-editor.c')
-rw-r--r-- | tests/print-editor.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/print-editor.c b/tests/print-editor.c index 27ebb674c5..cf79140f6b 100644 --- a/tests/print-editor.c +++ b/tests/print-editor.c @@ -781,7 +781,7 @@ main (int argc, char **argv) GtkApplication *app; GError *error = NULL; - gtk_init (NULL, NULL); + gtk_init (); settings = gtk_print_settings_new_from_file ("print-settings.ini", &error); if (error) { |