From 65a68911ad51fa0354927d6099e95a89cfbf0d6e Mon Sep 17 00:00:00 2001 From: Serge Noiraud Date: Thu, 5 Feb 2009 21:34:17 +0000 Subject: [PATCH] GeoView : we loose the url field and activate button. svn: r11880 --- src/DataViews/GeoView.py | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) 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): """