From 4688ecf985f188f83beb48b38306c3a0bf35f7eb Mon Sep 17 00:00:00 2001 From: Don Allingham Date: Tue, 29 Oct 2002 04:13:43 +0000 Subject: [PATCH] AutoComp fixes svn: r1157 --- gramps2/Makefile.in | 3 ++- gramps2/src/AutoComp.py | 1 - 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gramps2/Makefile.in b/gramps2/Makefile.in index 3f5ffa73f..c86eceed4 100644 --- a/gramps2/Makefile.in +++ b/gramps2/Makefile.in @@ -133,7 +133,8 @@ RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \ uninstall-recursive check-recursive installcheck-recursive DIST_COMMON = README AUTHORS COPYING ChangeLog INSTALL Makefile.am \ Makefile.in NEWS TODO aclocal.m4 configure configure.in \ - gramps.sh.in gramps.spec.in install-sh py-compile + gramps.sh.in gramps.spec.in install-sh missing mkinstalldirs \ + py-compile DIST_SUBDIRS = $(SUBDIRS) all: all-recursive diff --git a/gramps2/src/AutoComp.py b/gramps2/src/AutoComp.py index 4148e1701..3bec3e66f 100644 --- a/gramps2/src/AutoComp.py +++ b/gramps2/src/AutoComp.py @@ -257,7 +257,6 @@ class AutoEntry(AutoCompBase): if nl[0:self.l] == typed_lc: self.nl = nl entry.set_text(n) - print self.l entry.set_position(self.l) entry.select_region(self.l, -1) return