From d665830b8b8bb53cbdce353e51ed5ff42915c4b9 Mon Sep 17 00:00:00 2001 From: Benny Malengier Date: Thu, 8 Jan 2009 09:48:42 +0000 Subject: [PATCH] Change directory of geoview html, make sure it exists and works on WinOS svn: r11585 --- src/DataViews/GeoView.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/DataViews/GeoView.py b/src/DataViews/GeoView.py index 40fff0717..abc3e47c3 100644 --- a/src/DataViews/GeoView.py +++ b/src/DataViews/GeoView.py @@ -116,6 +116,7 @@ if WebKit == NOWEB : # They are used only with gtkmozembed. MOZEMBED_PATH = TEMP_DIR 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 (handle,self.htmlfile) = tempfile.mkstemp(".html","GeoV", - MOZEMBED_PATH+'/htmlview' ) + GEOVIEW_SUBPATH) def on_delete(self): """