diff options
| author | Jörg Frings-Fürst <debian@jff.email> | 2026-03-08 11:11:07 +0100 |
|---|---|---|
| committer | Jörg Frings-Fürst <debian@jff.email> | 2026-03-08 11:11:07 +0100 |
| commit | 210cc61ee4191465805a770881235c677041f929 (patch) | |
| tree | 22dfc8a656a39b95dba2b537f11dcbe36b5c6f0c /src/Photo.vala | |
| parent | 7868ff68cff97b21fe6d8681f8bc0334849c4d38 (diff) | |
New upstream version 0.32.15upstream/0.32.15upstream
Diffstat (limited to 'src/Photo.vala')
| -rw-r--r-- | src/Photo.vala | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Photo.vala b/src/Photo.vala index 2b90361..1cab22f 100644 --- a/src/Photo.vala +++ b/src/Photo.vala @@ -3723,7 +3723,7 @@ public abstract class Photo : PhotoSource, Dateable, Positionable { if (metadata == null) metadata = export_format.create_metadata(); - if (!export_format.can_write()) + if (!export_format.can_write_image()) export_format = PhotoFileFormat.get_system_default_format(); PhotoFileWriter writer = export_format.create_writer(dest_file.get_path()); |
