GeoView : synchronize with trunk for last update.

svn: r12027
This commit is contained in:
Serge Noiraud 2009-02-18 15:42:36 +00:00
parent c595f6d4b0
commit bf24fcee1f

View File

@ -627,6 +627,12 @@ class GeoView(HtmlView):
self.minlon = float(0.0)
self.key_active_changed = None
def top_widget(self):
"""
The top widget to use, for GeoView, none
"""
return gtk.Label()
def on_delete(self):
"""
We need to suppress temporary files here.