GeoView : synchronize with trunk for last update.
svn: r12027
This commit is contained in:
parent
c595f6d4b0
commit
bf24fcee1f
@ -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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user