[GRASS-SVN] r69343 - grass/trunk/gui/wxpython/core

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Sep 2 06:45:39 PDT 2016


Author: annakrat
Date: 2016-09-02 06:45:39 -0700 (Fri, 02 Sep 2016)
New Revision: 69343

Modified:
   grass/trunk/gui/wxpython/core/ws.py
Log:
wxGUI: add missing signal tofix  WMS render manager

Modified: grass/trunk/gui/wxpython/core/ws.py
===================================================================
--- grass/trunk/gui/wxpython/core/ws.py	2016-09-01 21:10:08 UTC (rev 69342)
+++ grass/trunk/gui/wxpython/core/ws.py	2016-09-02 13:45:39 UTC (rev 69343)
@@ -69,6 +69,7 @@
 
         self.dataFetched = Signal('RenderWMSMgr.dataFetched')
         self.updateProgress = Signal('RenderWMSMgr.updateProgress')
+        self.renderingFailed = Signal('RenderWMSMgr.renderingFailed')
 
     def __del__(self):
         try_remove(self.tempMap)



More information about the grass-commit mailing list