From fbbbf4d51fae86788627d5bbe543173f2372adaa Mon Sep 17 00:00:00 2001 From: Serge Noiraud Date: Mon, 16 Feb 2009 18:42:38 +0000 Subject: [PATCH] GeoView : remove the address bar. svn: r12015 --- src/DataViews/GeoView.py | 6 ++++++ 1 file changed, 6 insertions(+) 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.