comparison src/pan-view.c @ 188:0584cb78aa14

write comment and keywords to xmp, sidecars are used if exist
author nadvornik
date Sun, 16 Mar 2008 10:32:52 +0000
parents 0ca3b4c8ffae
children f6e307c7bad6
comparison
equal deleted inserted replaced
187:9eafc4957f1a 188:0584cb78aa14
1432 ExifData *exif; 1432 ExifData *exif;
1433 GList *work; 1433 GList *work;
1434 gint i; 1434 gint i;
1435 1435
1436 if (!fd) return; 1436 if (!fd) return;
1437 exif = exif_read(fd->path, FALSE); 1437 exif = exif_read_fd(fd, FALSE);
1438 if (!exif) return; 1438 if (!exif) return;
1439 1439
1440 pan_text_alignment_add(ta, NULL, NULL); 1440 pan_text_alignment_add(ta, NULL, NULL);
1441 1441
1442 for (i = 0; i < bar_exif_key_count; i++) 1442 for (i = 0; i < bar_exif_key_count; i++)