libgimp: set GeglConfig's application-license to GPL3 here too

This commit is contained in:
Michael Natterer 2014-02-26 00:11:41 +01:00
parent cd65cc57b2
commit c42cc495bb
1 changed files with 2 additions and 1 deletions

View File

@ -1955,7 +1955,8 @@ gimp_config (GPConfig *config)
gimp_cpu_accel_set_use (config->use_cpu_accel); gimp_cpu_accel_set_use (config->use_cpu_accel);
g_object_set (gegl_config (), g_object_set (gegl_config (),
"use-opencl", config->use_opencl, "use-opencl", config->use_opencl,
"application-license", "GPL3",
NULL); NULL);
if (_shm_ID != -1) if (_shm_ID != -1)