From c34b30fa0d95d7f986e6122cb560d8b17f68008d Mon Sep 17 00:00:00 2001 From: Doug Blank Date: Sat, 28 Feb 2009 21:36:58 +0000 Subject: [PATCH] Removed Records Gramplet... in different place svn: r12167 --- po/POTFILES.in | 1 - src/plugins/gramplet/Makefile.am | 1 - 2 files changed, 2 deletions(-) diff --git a/po/POTFILES.in b/po/POTFILES.in index 9fec008be..8ec83c06e 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -279,7 +279,6 @@ src/plugins/gramplet/NoteGramplet.py src/plugins/gramplet/PedigreeGramplet.py src/plugins/gramplet/PythonGramplet.py src/plugins/gramplet/QuickViewGramplet.py -src/plugins/gramplet/RecordsGramplet.py src/plugins/gramplet/RelativeGramplet.py src/plugins/gramplet/SessionLogGramplet.py src/plugins/gramplet/StatsGramplet.py diff --git a/src/plugins/gramplet/Makefile.am b/src/plugins/gramplet/Makefile.am index 6c4a06462..d477d6d3a 100644 --- a/src/plugins/gramplet/Makefile.am +++ b/src/plugins/gramplet/Makefile.am @@ -15,7 +15,6 @@ pkgdata_PYTHON = \ GivenNameGramplet.py \ PedigreeGramplet.py \ QuickViewGramplet.py \ - RecordsGramplet.py \ RelativeGramplet.py \ SessionLogGramplet.py \ StatsGramplet.py \