AutoComp fixes
svn: r1157
This commit is contained in:
parent
e5997d0923
commit
4688ecf985
@ -133,7 +133,8 @@ RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
|
|||||||
uninstall-recursive check-recursive installcheck-recursive
|
uninstall-recursive check-recursive installcheck-recursive
|
||||||
DIST_COMMON = README AUTHORS COPYING ChangeLog INSTALL Makefile.am \
|
DIST_COMMON = README AUTHORS COPYING ChangeLog INSTALL Makefile.am \
|
||||||
Makefile.in NEWS TODO aclocal.m4 configure configure.in \
|
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)
|
DIST_SUBDIRS = $(SUBDIRS)
|
||||||
all: all-recursive
|
all: all-recursive
|
||||||
|
|
||||||
|
@ -257,7 +257,6 @@ class AutoEntry(AutoCompBase):
|
|||||||
if nl[0:self.l] == typed_lc:
|
if nl[0:self.l] == typed_lc:
|
||||||
self.nl = nl
|
self.nl = nl
|
||||||
entry.set_text(n)
|
entry.set_text(n)
|
||||||
print self.l
|
|
||||||
entry.set_position(self.l)
|
entry.set_position(self.l)
|
||||||
entry.select_region(self.l, -1)
|
entry.select_region(self.l, -1)
|
||||||
return
|
return
|
||||||
|
Loading…
Reference in New Issue
Block a user