svn: r3354
This commit is contained in:
Don Allingham
2004-08-07 03:11:04 +00:00
parent 0843d5033a
commit cddd8ed8af
4 changed files with 37 additions and 29 deletions

View File

@@ -143,7 +143,7 @@ class MyPlaces(gtk.Entry):
def __init__(self,places):
gtk.Entry.__init__(self)
self.comp = AutoComp.fill_entry(self,places)
AutoComp.fill_entry(self,places)
self.show()
#-------------------------------------------------------------------------