From bf24fcee1f887711c0b968a367185154e9c958fa Mon Sep 17 00:00:00 2001 From: Serge Noiraud Date: Wed, 18 Feb 2009 15:42:36 +0000 Subject: [PATCH] GeoView : synchronize with trunk for last update. svn: r12027 --- 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.