commit places properly

svn: r6125
This commit is contained in:
Don Allingham
2006-03-10 02:46:19 +00:00
parent e7f06df78e
commit ff4dcf2c9e
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -196,6 +196,7 @@ class EditEventRef(EditReference):
(need_new, handle) = self.place_field.get_place_info()
if need_new:
place_obj = RelLib.Place()
place_obj.set_handle(Utils.create_id())
place_obj.set_title(handle)
self.source.set_place_handle(place_obj.get_handle())
else: