Limit the number of characters in the description and source lists on the edit window

Prevent place duplication


svn: r1477
This commit is contained in:
Don Allingham
2003-04-26 23:17:51 +00:00
parent d428ff7e9c
commit 17eced69ef
4 changed files with 23 additions and 13 deletions

View File

@@ -151,7 +151,7 @@ class PlaceView:
return 0
def new_place_after_edit(self,place):
self.db.addPlace(place)
#self.db.addPlace(place)
self.update(0)
def update_display(self,place):