diff --git a/src/gtkgui_helpers.py b/src/gtkgui_helpers.py index cd282b2f2..0b5af1e45 100644 --- a/src/gtkgui_helpers.py +++ b/src/gtkgui_helpers.py @@ -589,4 +589,5 @@ def get_state_image_from_file_path_show(file_path, show): if os.path.exists(file_): image.set_from_file(file_) break - + + return image