Commit 9d82c351 authored by AUTOMATIC's avatar AUTOMATIC

fix typo in on_save_imaged/on_image_saved; hope no extension is using it yet

parent 757264c4
...@@ -90,7 +90,7 @@ def on_ui_settings(callback): ...@@ -90,7 +90,7 @@ def on_ui_settings(callback):
add_callback(callbacks_ui_settings, callback) add_callback(callbacks_ui_settings, callback)
def on_save_imaged(callback): def on_image_saved(callback):
"""register a function to be called after modules.images.save_image is called. """register a function to be called after modules.images.save_image is called.
The callback is called with three arguments: The callback is called with three arguments:
- p - procesing object (or a dummy object with same fields if the image is saved using save button) - p - procesing object (or a dummy object with same fields if the image is saved using save button)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment