Skip to content

Commit c828347

Browse files
tetrominoraveit65
authored andcommitted
1 parent f517d6d commit c828347

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/eom-metadata-sidebar.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -447,6 +447,7 @@ eom_metadata_sidebar_class_init (EomMetadataSidebarClass *klass)
447447
gtk_widget_class_bind_template_child_private (widget_class,
448448
EomMetadataSidebar,
449449
folder_label);
450+
#if HAVE_EXIF
450451
gtk_widget_class_bind_template_child_private (widget_class,
451452
EomMetadataSidebar,
452453
aperture_label);
@@ -471,6 +472,7 @@ eom_metadata_sidebar_class_init (EomMetadataSidebarClass *klass)
471472
gtk_widget_class_bind_template_child_private (widget_class,
472473
EomMetadataSidebar,
473474
time_label);
475+
#endif /* HAVE_EXIF */
474476
#if HAVE_METADATA
475477
gtk_widget_class_bind_template_child_private (widget_class,
476478
EomMetadataSidebar,

0 commit comments

Comments
 (0)