diff --git a/src/DataViews/GeoView.py b/src/DataViews/GeoView.py index e964a2121..ab2dc1ef6 100644 --- a/src/DataViews/GeoView.py +++ b/src/DataViews/GeoView.py @@ -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.