Change directory of geoview html, make sure it exists and works on WinOS
svn: r11585
This commit is contained in:
parent
01c4b0e81c
commit
d665830b8b
@ -116,6 +116,7 @@ if WebKit == NOWEB :
|
|||||||
# They are used only with gtkmozembed.
|
# They are used only with gtkmozembed.
|
||||||
MOZEMBED_PATH = TEMP_DIR
|
MOZEMBED_PATH = TEMP_DIR
|
||||||
MOZEMBED_SUBPATH = Utils.get_empty_tempdir('mozembed_gramps')
|
MOZEMBED_SUBPATH = Utils.get_empty_tempdir('mozembed_gramps')
|
||||||
|
GEOVIEW_SUBPATH = Utils.get_empty_tempdir('geoview')
|
||||||
|
|
||||||
#-------------------------------------------------------------------------
|
#-------------------------------------------------------------------------
|
||||||
#
|
#
|
||||||
@ -424,7 +425,7 @@ class GeoView(HtmlView):
|
|||||||
|
|
||||||
# Create a temporary dot file
|
# Create a temporary dot file
|
||||||
(handle,self.htmlfile) = tempfile.mkstemp(".html","GeoV",
|
(handle,self.htmlfile) = tempfile.mkstemp(".html","GeoV",
|
||||||
MOZEMBED_PATH+'/htmlview' )
|
GEOVIEW_SUBPATH)
|
||||||
|
|
||||||
def on_delete(self):
|
def on_delete(self):
|
||||||
"""
|
"""
|
||||||
|
Loading…
Reference in New Issue
Block a user