mirror of https://github.com/GNOME/gimp.git
plug-ins: G_APPLICATION_DEFAULT_FLAGS exists since GLib 2.74.
Our current minimum requirement is 2.70.0.
This commit is contained in:
parent
a4f2b06547
commit
a0e95f6f35
|
@ -269,7 +269,7 @@ remap_run (GimpProcedure *procedure,
|
|||
GimpRemap *remap = GIMP_REMAP (run_data);
|
||||
|
||||
remap = GIMP_REMAP (gimp_procedure_get_plug_in (procedure));
|
||||
remap->app = gtk_application_new (NULL, G_APPLICATION_DEFAULT_FLAGS);
|
||||
remap->app = gtk_application_new (NULL, G_APPLICATION_FLAGS_NONE);
|
||||
remap->image = image;
|
||||
|
||||
remap->builder = gtk_builder_new_from_string (
|
||||
|
|
Loading…
Reference in New Issue