applied optim.patch from bug #2763 (thanks Benny!) and further suggestions for evel.glade and leeak.lade (thanksm Jérôm!)

svn: r12234
This commit is contained in:
Stéphane Charette 2009-03-07 08:36:09 +00:00
parent 4f92f8d713
commit b2a8a557ab
3 changed files with 7 additions and 7 deletions

View File

@ -25,4 +25,4 @@ PACKAGE=@PACKAGE@
export GRAMPSDIR=@datadir@/@PACKAGE@
exec @PYTHON@ -O $GRAMPSDIR/gramps.py "$@"
exec @PYTHON@ $GRAMPSDIR/gramps.py "$@"

View File

@ -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

View File

@ -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 \