well return :P

This commit is contained in:
Nikos Kouremenos 2006-02-26 14:47:23 +00:00
parent 62ebf355a3
commit b2cd018b52
1 changed files with 2 additions and 1 deletions

View File

@ -589,4 +589,5 @@ def get_state_image_from_file_path_show(file_path, show):
if os.path.exists(file_): if os.path.exists(file_):
image.set_from_file(file_) image.set_from_file(file_)
break break
return image