app/app.c reverted change from 2008-01-31. Use the GEGL option group again

2008-04-25  Sven Neumann  <sven@gimp.org>

	* app/app.c
	* app/gegl/gimp-gegl.c: reverted change from 2008-01-31. Use the
	GEGL option group again now that GEGL provides some commmand-line
	options.

svn path=/trunk/; revision=25524
This commit is contained in:
Sven Neumann 2008-04-25 11:44:00 +00:00 committed by Sven Neumann
parent 7ee6ebcaaf
commit c12e89a032
3 changed files with 11 additions and 2 deletions

View file

@ -1,3 +1,10 @@
2008-04-25 Sven Neumann <sven@gimp.org>
* app/app.c
* app/gegl/gimp-gegl.c: reverted change from 2008-01-31. Use the
GEGL option group again now that GEGL provides some commmand-line
options.
2008-04-25 Michael Natterer <mitch@gimp.org>
* app/paint/gimppaintoptions.[ch]: reorder jitter options stuff to

View file

@ -32,6 +32,8 @@
#include <gegl.h>
#include <gegl.h>
#include "libgimpbase/gimpbase.h"
#include "libgimpconfig/gimpconfig.h"
@ -80,6 +82,8 @@ app_libs_init (GOptionContext *context,
{
g_type_init ();
g_option_context_add_group (context, gegl_get_option_group ());
#ifndef GIMP_CONSOLE_COMPILATION
if (! no_interface)
{

View file

@ -41,8 +41,6 @@
void
gimp_gegl_init (void)
{
gegl_init (NULL, NULL);
g_type_class_ref (GIMP_TYPE_OPERATION_COLOR_BALANCE);
g_type_class_ref (GIMP_TYPE_OPERATION_COLORIZE);
g_type_class_ref (GIMP_TYPE_OPERATION_CURVES);