GeoView : we loose the url field and activate button.
svn: r11880
This commit is contained in:
parent
ead6d60e1a
commit
65a68911ad
@ -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):
|
||||
"""
|
||||
|
Loading…
Reference in New Issue
Block a user