Remove duplicate entry of gimp.get_foreground().
2008-07-08 Martin Nordholts <martinn@svn.gnome.org> * gimpmodule.c (gimp_methods): Remove duplicate entry of gimp.get_foreground(). svn path=/trunk/; revision=26089
This commit is contained in:
parent
f3385bdeb9
commit
bfadf77cd3
2 changed files with 5 additions and 1 deletions
|
|
@ -1,3 +1,8 @@
|
|||
2008-07-08 Martin Nordholts <martinn@svn.gnome.org>
|
||||
|
||||
* gimpmodule.c (gimp_methods): Remove duplicate entry of
|
||||
gimp.get_foreground().
|
||||
|
||||
2006-04-28 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* doc/pygimp.sgml: applied documentation patch contributed by
|
||||
|
|
|
|||
|
|
@ -1710,7 +1710,6 @@ static struct PyMethodDef gimp_methods[] = {
|
|||
{"personal_rc_file", (PyCFunction)pygimp_personal_rc_file, METH_VARARGS | METH_KEYWORDS},
|
||||
{"context_push", (PyCFunction)pygimp_context_push, METH_NOARGS},
|
||||
{"context_pop", (PyCFunction)pygimp_context_pop, METH_NOARGS},
|
||||
{"get_foreground", (PyCFunction)pygimp_get_foreground, METH_NOARGS},
|
||||
{"get_background", (PyCFunction)pygimp_get_background, METH_NOARGS},
|
||||
{"get_foreground", (PyCFunction)pygimp_get_foreground, METH_NOARGS},
|
||||
{"set_background", (PyCFunction)pygimp_set_background, METH_VARARGS},
|
||||
|
|
|
|||
Loading…
Reference in a new issue