mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-04 09:53:25 +00:00
plug-ins: remove second parameter of gimp_ui_init() in all non-C plug-ins
This commit is contained in:
parent
81cbc3edb7
commit
d257c7ba91
7 changed files with 7 additions and 7 deletions
|
@ -38,7 +38,7 @@ PROC_NAME = 'python-fu-console'
|
|||
RESPONSE_BROWSE, RESPONSE_CLEAR, RESPONSE_SAVE = range(3)
|
||||
|
||||
def run(procedure, args, data):
|
||||
Gimp.ui_init ("python-console.py", False)
|
||||
Gimp.ui_init ("python-console.py")
|
||||
|
||||
namespace = {'__builtins__': __builtins__,
|
||||
'__name__': '__main__', '__doc__': None,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue