1
0
mirror of https://github.com/gryf/pygtktalog.git synced 2025-12-17 11:30:19 +01:00

* Bug fix in picture save method.

This commit is contained in:
2008-06-16 12:45:54 +00:00
parent 618d57091b
commit 9bf8eb506f

View File

@@ -790,8 +790,8 @@ class MainController(Controller):
for path in list_of_paths:
icon_iter = model.get_iter(path)
img_id = model.get_value(icon_iter, 0)
if self.model.save_image(img_id, filepath):
count += 1
if self.model.save_image(img_id, filepath):
count += 1
if count > 0:
Dialogs.Inf("Save images",