diff --git a/src/DataViews/GeoView.py b/src/DataViews/GeoView.py index e3d4991c9..15695a2f6 100644 --- a/src/DataViews/GeoView.py +++ b/src/DataViews/GeoView.py @@ -571,11 +571,12 @@ class GeoView(HtmlView): self.without = 0 self.nbpages = 0 - def top_widget(self): - """ - The top widget to use, for GeoView, none - """ - return gtk.Label() + # We use the top_widget method defined in HtmlView. + #def top_widget(self): + # """ + # The top widget to use, for GeoView, none + # """ + # return gtk.Label() def on_delete(self): """