Skip to content

Commit 49c5c97

Browse files
fxriraveit65
authored and
raveit65
committed
EomExifDetails: Rename to EomMetadataDetails
The widget is not specific to Exif, and is used for XMP as well. https://bugzilla.gnome.org/show_bug.cgi?id=509406 origin commit: https://gitlab.gnome.org/GNOME/eog/commit/2969a58 Plus a clean up, tabs to spaces for eom-metadata-details.c/h
1 parent 9593351 commit 49c5c97

8 files changed

+751
-750
lines changed

doc/reference/Makefile.am

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ if !HAVE_EXIF
5858
if !HAVE_EXEMPI
5959
IGNORE_HFILES += \
6060
eom-exif-util.h \
61-
eom-exif-details.h
61+
eom-metadata-details.h
6262
endif
6363
endif
6464

po/POTFILES.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ src/eom-file-chooser.c
2020
src/eom-image.c
2121
src/eom-image-jpeg.c
2222
src/eom-error-message-area.c
23-
src/eom-exif-details.c
23+
src/eom-metadata-details.c
2424
src/eom-exif-util.c
2525
src/eom-metadata-sidebar.c
2626
src/eom-preferences-dialog.c

src/Makefile.am

+8-7
Original file line numberDiff line numberDiff line change
@@ -111,23 +111,24 @@ libeom_la_SOURCES = \
111111

112112
if HAVE_EXIF
113113
INST_H_FILES += \
114-
eom-exif-util.h \
115-
eom-exif-details.h
114+
eom-metadata-details.h \
115+
eom-exif-util.h
116+
116117
libeom_c_files += \
117-
eom-exif-util.c \
118-
eom-exif-details.c
118+
eom-metadata-details.c \
119+
eom-exif-util.c
119120
endif
120121

121122
if HAVE_EXEMPI
122-
# We need to make sure eom-exif-details.h
123+
# We need to make sure eom-metadata-details.h
123124
# is only listed once in INST_H_FILES
124125
# or the build will break with automake-1.11
125126
if !HAVE_EXIF
126127
INST_H_FILES += \
127-
eom-exif-details.h
128+
eom-metadata-details.h
128129
endif !HAVE_EXIF
129130
libeom_la_SOURCES += \
130-
eom-exif-details.c
131+
eom-metadata-details.c
131132
endif HAVE_EXEMPI
132133

133134
libeom_la_CPPFLAGS = \

0 commit comments

Comments
 (0)