[GRASS-SVN] r54064 - grass/branches/releasebranch_6_4/gui/wxpython/lmgr

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Nov 26 14:22:51 PST 2012


Author: annakrat
Date: 2012-11-26 14:22:50 -0800 (Mon, 26 Nov 2012)
New Revision: 54064

Modified:
   grass/branches/releasebranch_6_4/gui/wxpython/lmgr/frame.py
Log:
wxGUI: fix OnImportWMS handler (merge from trunk, r54063)

Modified: grass/branches/releasebranch_6_4/gui/wxpython/lmgr/frame.py
===================================================================
--- grass/branches/releasebranch_6_4/gui/wxpython/lmgr/frame.py	2012-11-26 22:16:19 UTC (rev 54063)
+++ grass/branches/releasebranch_6_4/gui/wxpython/lmgr/frame.py	2012-11-26 22:22:50 UTC (rev 54064)
@@ -1347,7 +1347,7 @@
         dlg.CentreOnScreen()
         dlg.Show()
         
-    def OnImportWMS(self, event):
+    def OnImportWMS(self, event, cmd = None):
         """!Import data from OGC WMS server"""
         dlg = WMSDialog(parent = self, service = 'wms')
         dlg.CenterOnScreen()



More information about the grass-commit mailing list