Mercurial > geeqie.yaz
changeset 550:00462776e9a2
Fix a Pango warning related to UTF8 when displaying internationalized
description in Advanced Exif Properties panel.
author | zas_ |
---|---|
date | Fri, 02 May 2008 22:59:04 +0000 |
parents | 4230e67bdfb1 |
children | 5b127951daa1 |
files | src/bar_exif.c |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/bar_exif.c Fri May 02 22:31:24 2008 +0000 +++ b/src/bar_exif.c Fri May 02 22:59:04 2008 +0000 @@ -283,6 +283,7 @@ elements = g_strdup_printf("%d", exif_item_get_elements(item)); description = exif_item_get_description(item); if (!description) description = g_strdup(""); + description = bar_exif_validate_text(description); gtk_list_store_append(store, &iter); gtk_list_store_set(store, &iter, EXIF_ADVCOL_ENABLED, bar_exif_row_enabled(tag_name),