Changed the name of this gramplet to distinguish the differene from this viewer from its sister gramplet of ImageMetadataGramplet for the sidebar. Suggestion from Jerome Rapinet. Thank you...
svn: r16841
This commit is contained in:
parent
b7573a3cd2
commit
ae2eb8eba5
@ -268,7 +268,7 @@ src/plugins/gramplet/FanChartGramplet.py
|
||||
src/plugins/gramplet/FaqGramplet.py
|
||||
src/plugins/gramplet/GivenNameGramplet.py
|
||||
src/plugins/gramplet/gramplet.gpr.py
|
||||
src/plugins/gramplet/MediaMetadata.py
|
||||
src/plugins/gramplet/MetadataViewer.py
|
||||
src/plugins/gramplet/Notes.py
|
||||
src/plugins/gramplet/PedigreeGramplet.py
|
||||
src/plugins/gramplet/PersonDetails.py
|
||||
|
@ -15,7 +15,7 @@ pkgdata_PYTHON = \
|
||||
Children.py \
|
||||
DescendGramplet.py \
|
||||
FanChartGramplet.py \
|
||||
FaqGramplet.py \
|
||||
FaqGramplet.py \
|
||||
Filter.py \
|
||||
Gallery.py \
|
||||
GivenNameGramplet.py \
|
||||
@ -24,7 +24,7 @@ pkgdata_PYTHON = \
|
||||
Notes.py \
|
||||
PedigreeGramplet.py \
|
||||
PersonDetails.py \
|
||||
MediaMetadata.py \
|
||||
MetadataViewer.py \
|
||||
PersonResidence.py \
|
||||
PlaceDetails.py \
|
||||
PluginManagerGramplet.py\
|
||||
|
@ -106,7 +106,7 @@ pyexiv2-0.2.0 or greater, is installed? You may download it from:
|
||||
|
||||
http://tilloy.net/dev/pyexiv2/
|
||||
"""
|
||||
class MediaMetadata(Gramplet):
|
||||
class MetadataViewer(Gramplet):
|
||||
|
||||
def init(self):
|
||||
|
@ -78,15 +78,15 @@ register(GRAMPLET,
|
||||
)
|
||||
|
||||
register(GRAMPLET,
|
||||
id="Media Metadata Gramplet",
|
||||
name=_("Media Metadata Gramplet"),
|
||||
id="Metadata Viewer Gramplet",
|
||||
name=_("Metadata Viewer Gramplet"),
|
||||
description = _("Gramplet showing metadata of a media object"),
|
||||
version="1.0.0",
|
||||
version="1.0.1",
|
||||
gramps_target_version="3.3",
|
||||
status = STABLE,
|
||||
fname="MediaMetadata.py",
|
||||
fname="MetadataViewer.py",
|
||||
height=200,
|
||||
gramplet = 'MediaMetadata',
|
||||
gramplet = 'MetadataViewer',
|
||||
gramplet_title=_("Metadata"),
|
||||
)
|
||||
|
||||
|
@ -437,7 +437,7 @@ class MediaView(ListView):
|
||||
"""
|
||||
return (("Media Filter Gramplet",),
|
||||
("Media Preview Gramplet",
|
||||
"Media Metadata Gramplet",
|
||||
"Metadata Viewer Gramplet",
|
||||
"Media Sources Gramplet",
|
||||
"Media Notes Gramplet",
|
||||
"Media Attributes Gramplet"))
|
||||
|
Loading…
Reference in New Issue
Block a user