GeoView : remove the address bar.

svn: r12015
This commit is contained in:
Serge Noiraud 2009-02-16 18:42:38 +00:00
parent 6a7816b479
commit fbbbf4d51f

View File

@ -627,6 +627,12 @@ class GeoView(HtmlView):
self.minlon = float(0.0) self.minlon = float(0.0)
self.key_active_changed = None self.key_active_changed = None
def top_widget(self):
"""
The top widget to use, for GeoView, none
"""
return gtk.Label()
def on_delete(self): def on_delete(self):
""" """
We need to suppress temporary files here. We need to suppress temporary files here.