plug-ins/pygimp/plug-ins/sphere.py plug-ins/pygimp/plug-ins/gimpcons.py

2005-02-08  Manish Singh  <yosh@gimp.org>

        * plug-ins/pygimp/plug-ins/sphere.py
        * plug-ins/pygimp/plug-ins/gimpcons.py
        * plug-ins/pygimp/plug-ins/pdbbrowse.py: Just leave imagetypes empty,
        since we don't operate on existing images here. Fixes bug #166650.
This commit is contained in:
Manish Singh 2005-02-08 19:24:20 +00:00 committed by Manish Singh
parent 0212d65047
commit 47770c91bf
4 changed files with 10 additions and 3 deletions

View File

@ -1,3 +1,10 @@
2005-02-08 Manish Singh <yosh@gimp.org>
* plug-ins/pygimp/plug-ins/sphere.py
* plug-ins/pygimp/plug-ins/gimpcons.py
* plug-ins/pygimp/plug-ins/pdbbrowse.py: Just leave imagetypes empty,
since we don't operate on existing images here. Fixes bug #166650.
2005-02-08 Michael Natterer <mitch@gimp.org>
* app/gui/gui.c (gui_display_changed): if display became NULL

View File

@ -101,7 +101,7 @@ register(
"James Henstridge",
"1997-1999",
"<Toolbox>/Xtns/Python-Fu/_Console",
"*",
"",
[],
[],
plug_in_python_fu_console)

View File

@ -39,7 +39,7 @@ register(
"James Henstridge",
"1997-1999",
"<Toolbox>/Xtns/Python-Fu/_PDB Browser",
"*",
"",
[],
[],
plug_in_pdb_browse)

View File

@ -76,7 +76,7 @@ register(
"James Henstridge",
"1997-1999",
"<Toolbox>/Xtns/Python-Fu/Test/_Sphere",
"RGB*, GRAY*, INDEXED*",
"",
[
(PF_INT, "radius", "Radius for sphere", 100),
(PF_SLIDER, "light", "light angle", 45, (0,360,1)),