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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user