From b2a8a557abcd8b27ee7b060a6474b220deb81cba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Charette?= Date: Sat, 7 Mar 2009 08:36:09 +0000 Subject: [PATCH] =?UTF-8?q?applied=20optim.patch=20from=20bug=20#2763=20(t?= =?UTF-8?q?hanks=20Benny!)=20and=20further=20suggestions=20for=20evel.glad?= =?UTF-8?q?e=20and=20leeak.lade=20(thanksm=20J=C3=A9r=C3=B4m!)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit svn: r12234 --- gramps.sh.in | 2 +- po/POTFILES.in | 8 ++++---- src/plugins/tool/Makefile.am | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/gramps.sh.in b/gramps.sh.in index 60f5f0d91..d80158720 100644 --- a/gramps.sh.in +++ b/gramps.sh.in @@ -25,4 +25,4 @@ PACKAGE=@PACKAGE@ export GRAMPSDIR=@datadir@/@PACKAGE@ -exec @PYTHON@ -O $GRAMPSDIR/gramps.py "$@" +exec @PYTHON@ $GRAMPSDIR/gramps.py "$@" diff --git a/po/POTFILES.in b/po/POTFILES.in index 460362767..d959ca489 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -360,12 +360,12 @@ src/plugins/tool/ChangeNames.py src/plugins/tool/ChangeTypes.py src/plugins/tool/Check.py src/plugins/tool/Desbrowser.py -src/plugins/tool/Eval.py +#src/plugins/tool/Eval.py -- commented out due to bug #2763 src/plugins/tool/EventCmp.py src/plugins/tool/EventNames.py src/plugins/tool/ExtractCity.py src/plugins/tool/FindDupes.py -src/plugins/tool/Leak.py +#src/plugins/tool/Leak.py -- commented out due to bug #2763 src/plugins/tool/MediaManager.py src/plugins/tool/NotRelated.py src/plugins/tool/OwnerEditor.py @@ -786,10 +786,10 @@ src/plugins/book.glade src/plugins/tool/changenames.glade src/plugins/tool/changetype.glade src/plugins/tool/desbrowse.glade -src/plugins/tool/eval.glade +#src/plugins/tool/eval.glade -- commented out due to bug #2763 src/plugins/tool/eventcmp.glade src/plugins/import/ImportGedcom.glade -src/plugins/tool/leak.glade +#src/plugins/tool/leak.glade -- commented out due to bug #2763 src/plugins/tool/merge.glade src/plugins/tool/ownereditor.glade src/plugins/tool/patchnames.glade diff --git a/src/plugins/tool/Makefile.am b/src/plugins/tool/Makefile.am index ff1b79f97..253e9ba55 100644 --- a/src/plugins/tool/Makefile.am +++ b/src/plugins/tool/Makefile.am @@ -11,12 +11,10 @@ pkgdata_PYTHON = \ ChangeTypes.py \ Check.py \ Desbrowser.py \ - Eval.py \ EventCmp.py \ EventNames.py \ ExtractCity.py \ FindDupes.py \ - Leak.py \ MediaManager.py \ NotRelated.py \ OwnerEditor.py \ @@ -29,6 +27,8 @@ pkgdata_PYTHON = \ SortEvents.py \ SoundGen.py \ Verify.py +# Eval.py \ -- commented out due to bug #2763 +# Leak.py \ -- commented out due to bug #2763 # CmdRef.py \ # DumpGenderStats.py \ # PHPGedViewConnector.py \