* src/EditPlace.py: Pass window to the Gallery.

* src/ImageSelect.py: Run modal dialog, using parent window.
* src/imagesel.glade: Define proper button responses.


svn: r2782
This commit is contained in:
Alex Roitman
2004-02-06 06:44:22 +00:00
parent efd2905b0b
commit 3546fae555
4 changed files with 23 additions and 16 deletions

View File

@@ -85,7 +85,7 @@ class EditPlace:
Utils.set_titles(self.top,title_label,_('Place Editor'))
self.glry = ImageSelect.Gallery(place, self.path, self.iconlist, self.db, self)
self.glry = ImageSelect.Gallery(place, self.path, self.iconlist, self.db, self,self.top)
self.title = self.top_window.get_widget("place_title")
self.city = self.top_window.get_widget("city")
self.parish = self.top_window.get_widget("parish")