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