GeoView : config file named "None.ini"
svn: r14780
This commit is contained in:
parent
47ffa7b517
commit
894f1b85ad
@ -301,6 +301,8 @@ class GeoView(HtmlView):
|
||||
self.dbstate = dbstate
|
||||
self.uistate = uistate
|
||||
self.dbstate.connect('database-changed', self._new_database)
|
||||
|
||||
def build_widget(self):
|
||||
self.no_network = False
|
||||
self.placeslist = []
|
||||
self.displaytype = "person"
|
||||
@ -428,6 +430,7 @@ class GeoView(HtmlView):
|
||||
self.crosspath = urlparse.urlunsplit(('file', '',
|
||||
URL_SEP.join(fpath.split(os.sep)),
|
||||
'', ''))
|
||||
return HtmlView.build_widget(self)
|
||||
|
||||
def can_configure(self):
|
||||
"""
|
||||
|
Loading…
x
Reference in New Issue
Block a user