mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-04 09:53:25 +00:00
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:
parent
7ee6ebcaaf
commit
c12e89a032
3 changed files with 11 additions and 2 deletions
|
@ -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>
|
2008-04-25 Michael Natterer <mitch@gimp.org>
|
||||||
|
|
||||||
* app/paint/gimppaintoptions.[ch]: reorder jitter options stuff to
|
* app/paint/gimppaintoptions.[ch]: reorder jitter options stuff to
|
||||||
|
|
|
@ -32,6 +32,8 @@
|
||||||
|
|
||||||
#include <gegl.h>
|
#include <gegl.h>
|
||||||
|
|
||||||
|
#include <gegl.h>
|
||||||
|
|
||||||
#include "libgimpbase/gimpbase.h"
|
#include "libgimpbase/gimpbase.h"
|
||||||
#include "libgimpconfig/gimpconfig.h"
|
#include "libgimpconfig/gimpconfig.h"
|
||||||
|
|
||||||
|
@ -80,6 +82,8 @@ app_libs_init (GOptionContext *context,
|
||||||
{
|
{
|
||||||
g_type_init ();
|
g_type_init ();
|
||||||
|
|
||||||
|
g_option_context_add_group (context, gegl_get_option_group ());
|
||||||
|
|
||||||
#ifndef GIMP_CONSOLE_COMPILATION
|
#ifndef GIMP_CONSOLE_COMPILATION
|
||||||
if (! no_interface)
|
if (! no_interface)
|
||||||
{
|
{
|
||||||
|
|
|
@ -41,8 +41,6 @@
|
||||||
void
|
void
|
||||||
gimp_gegl_init (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_COLOR_BALANCE);
|
||||||
g_type_class_ref (GIMP_TYPE_OPERATION_COLORIZE);
|
g_type_class_ref (GIMP_TYPE_OPERATION_COLORIZE);
|
||||||
g_type_class_ref (GIMP_TYPE_OPERATION_CURVES);
|
g_type_class_ref (GIMP_TYPE_OPERATION_CURVES);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue