diff --git a/po/POTFILES.in b/po/POTFILES.in index d4412dc03..8331ffc4e 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -235,7 +235,6 @@ src/Selectors/_SelectorFactory.py src/Selectors/__init__.py # plugins directory -src/plugins/AgeStats.py src/plugins/BookReport.py src/plugins/Calendar.py src/plugins/ExportCd.py @@ -262,6 +261,7 @@ src/plugins/export/ExportVCalendar.py src/plugins/export/ExportVCard.py # plugins/gramplet directory +src/plugins/gramplet/AgeStats.py src/plugins/gramplet/AttributesGramplet.py src/plugins/gramplet/DefaultGramplets.py src/plugins/gramplet/DescendGramplet.py diff --git a/src/plugins/Makefile.am b/src/plugins/Makefile.am index 8f0d807d7..c866865ea 100644 --- a/src/plugins/Makefile.am +++ b/src/plugins/Makefile.am @@ -18,7 +18,6 @@ SUBDIRS = \ pkgdatadir = $(datadir)/@PACKAGE@/plugins pkgdata_PYTHON = \ - AgeStats.py\ BookReport.py\ Calendar.py \ ExportXml.py\ diff --git a/src/plugins/AgeStats.py b/src/plugins/gramplet/AgeStats.py similarity index 100% rename from src/plugins/AgeStats.py rename to src/plugins/gramplet/AgeStats.py diff --git a/src/plugins/gramplet/Makefile.am b/src/plugins/gramplet/Makefile.am index 3a202edf3..e3ab15b66 100644 --- a/src/plugins/gramplet/Makefile.am +++ b/src/plugins/gramplet/Makefile.am @@ -6,6 +6,7 @@ pkgdatadir = $(datadir)/@PACKAGE@/plugins/gramplet pkgdata_PYTHON = \ + AgeStats.py \ AttributesGramplet.py \ DefaultGramplets.py \ DescendGramplet.py \