* 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:
@@ -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")
|
||||
|
Reference in New Issue
Block a user