GeoView : we loose the url field and activate button.

svn: r11880
This commit is contained in:
Serge Noiraud 2009-02-05 21:34:17 +00:00
parent ead6d60e1a
commit 65a68911ad

View File

@ -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):
"""