[GRASS-SVN] r54065 - grass/branches/develbranch_6/gui/wxpython/lmgr

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Nov 26 14:25:03 PST 2012


Author: annakrat
Date: 2012-11-26 14:25:02 -0800 (Mon, 26 Nov 2012)
New Revision: 54065

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

Modified: grass/branches/develbranch_6/gui/wxpython/lmgr/frame.py
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/lmgr/frame.py	2012-11-26 22:22:50 UTC (rev 54064)
+++ grass/branches/develbranch_6/gui/wxpython/lmgr/frame.py	2012-11-26 22:25:02 UTC (rev 54065)
@@ -1380,7 +1380,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