summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorFelix Riemann <friemann@gnome.org>2009-07-29 14:01:31 +0200
committerFelix Riemann <friemann@gnome.org>2009-07-29 14:01:31 +0200
commit7954f8db2a46a553c71016ccbab19d4e2fb7643d (patch)
tree443ba3a7beddac8ec3b181d2876228165e9a2ebf /ChangeLog
parent410444769709a68fd2049786c46926f1e1b30e53 (diff)
downloadeog-7954f8db2a46a553c71016ccbab19d4e2fb7643d.tar.gz
Fix empty page in properties dialog when built without metadata support
Delete pages from back to front, otherwise the page indexes don't match anymore without adjusting them.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2ad4e2fc..3286df64 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2009-07-29 Felix Riemann <friemann@gnome.org>
+ * src/eog-properties-dialog.c (eog_properties_dialog_init):
+ Fix empty Details page in Image Properties Dialog when building
+ whithout Exif and XMP support.
+
+2009-07-29 Felix Riemann <friemann@gnome.org>
+
* src/eog-properties-dialog.c
(eog_properties_dialog_set_netbook_mode):
Fix build whithout any Exif and XMP support. Fixes bug #590124.