app/core/gimpchannel.h app/core/gimpitem.c

2003-01-14  Manish Singh  <yosh@gimp.org>

        * app/core/gimpchannel.h
        * app/core/gimpitem.c
        * app/display/gimpnavigationview.c
        * app/gui/paths-dialog.c
        * app/tools/gimphistogramtool.c
        * app/tools/gimpscaletool.c
        * app/widgets/gimplistitem.c
        * libgimp/gimppixelrgn.c
        * libgimpwidgets/gimpunitmenu.c
        * plug-ins/FractalExplorer/Dialogs.c
        * plug-ins/common/aa.c
        * plug-ins/common/despeckle.c
        * plug-ins/common/psd.c
        * plug-ins/common/sharpen.c
        * plug-ins/common/snoise.c
        * plug-ins/common/spread.c
        * plug-ins/ifscompose/ifscompose.c
        * plug-ins/xjt/xjt.c: some minor code cleanup

        * plug-ins/common/csource.c: 64-bit cleanliness
This commit is contained in:
Manish Singh
2003-01-15 03:55:20 +00:00
committed by Manish Singh
parent 5bf67a3c11
commit 248dbd1e93
22 changed files with 49 additions and 24 deletions

View File

@ -566,7 +566,7 @@ explorer_dialog (void)
gimp_radio_group_new2 (FALSE, NULL,
G_CALLBACK (explorer_radio_update),
&wvals.fractaltype,
(gpointer) &wvals.fractaltype,
(gpointer) wvals.fractaltype,
_("Mandelbrot"), (gpointer) TYPE_MANDELBROT,
&(elements->type[TYPE_MANDELBROT]),