[GRASS-SVN] r56183 - grass/trunk/gui/wxpython/gui_core
svn_grass at osgeo.org
svn_grass at osgeo.org
Fri May 10 02:48:36 PDT 2013
Author: annakrat
Date: 2013-05-10 02:48:35 -0700 (Fri, 10 May 2013)
New Revision: 56183
Modified:
grass/trunk/gui/wxpython/gui_core/forms.py
Log:
wxGUI: fix related to #1968
Modified: grass/trunk/gui/wxpython/gui_core/forms.py
===================================================================
--- grass/trunk/gui/wxpython/gui_core/forms.py 2013-05-10 09:47:13 UTC (rev 56182)
+++ grass/trunk/gui/wxpython/gui_core/forms.py 2013-05-10 09:48:35 UTC (rev 56183)
@@ -455,6 +455,7 @@
self.goutput = self.notebookpanel.goutput
if self._gconsole:
self._gconsole.mapCreated.connect(self.OnMapCreated)
+ self.goutput.showNotification.connect(lambda message: self.SetStatusText(message))
self.notebookpanel.OnUpdateValues = self.updateValuesHook
guisizer.Add(item = self.notebookpanel, proportion = 1, flag = wx.EXPAND)
More information about the grass-commit
mailing list