9624: Geography <- bug 8128 GtkDialog mapped without a transient parent
This commit is contained in:
		@@ -88,7 +88,7 @@ class PlaceSelection(ManagedWindow, OsmGps):
 | 
				
			|||||||
            ManagedWindow.__init__(self, uistate, [], PlaceSelection)
 | 
					            ManagedWindow.__init__(self, uistate, [], PlaceSelection)
 | 
				
			||||||
        except WindowActiveError:
 | 
					        except WindowActiveError:
 | 
				
			||||||
            return
 | 
					            return
 | 
				
			||||||
        OsmGps.__init__(self)
 | 
					        OsmGps.__init__(self, uistate)
 | 
				
			||||||
        self.uistate = uistate
 | 
					        self.uistate = uistate
 | 
				
			||||||
        self.dbstate = dbstate
 | 
					        self.dbstate = dbstate
 | 
				
			||||||
        self.places = []
 | 
					        self.places = []
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user