[GRASS-SVN] r54063 - grass/trunk/gui/wxpython/lmgr
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Nov 26 14:16:20 PST 2012
Author: annakrat
Date: 2012-11-26 14:16:19 -0800 (Mon, 26 Nov 2012)
New Revision: 54063
Modified:
grass/trunk/gui/wxpython/lmgr/frame.py
Log:
wxGUI: fix OnImportWMS handler
Modified: grass/trunk/gui/wxpython/lmgr/frame.py
===================================================================
--- grass/trunk/gui/wxpython/lmgr/frame.py 2012-11-26 21:06:44 UTC (rev 54062)
+++ grass/trunk/gui/wxpython/lmgr/frame.py 2012-11-26 22:16:19 UTC (rev 54063)
@@ -1494,7 +1494,7 @@
dlg.CentreOnScreen()
dlg.Show()
- def OnImportWMS(self, event):
+ def OnImportWMS(self, event, cmd = None):
"""!Import data from OGC WMS server"""
from ogc_services.wms import WMSDialog
dlg = WMSDialog(parent = self)
More information about the grass-commit
mailing list