[GRASS-SVN] r54309 - grass/trunk/gui/wxpython/lmgr
svn_grass at osgeo.org
svn_grass at osgeo.org
Sat Dec 15 23:26:55 PST 2012
Author: wenzeslaus
Date: 2012-12-15 23:26:54 -0800 (Sat, 15 Dec 2012)
New Revision: 54309
Modified:
grass/trunk/gui/wxpython/lmgr/frame.py
Log:
wxGUI/iclass: passing giface in lmgr (help was not available)
Modified: grass/trunk/gui/wxpython/lmgr/frame.py
===================================================================
--- grass/trunk/gui/wxpython/lmgr/frame.py 2012-12-15 23:59:17 UTC (rev 54308)
+++ grass/trunk/gui/wxpython/lmgr/frame.py 2012-12-16 07:26:54 UTC (rev 54309)
@@ -1391,7 +1391,7 @@
'Reason: %s') % errMsg)
return
- win = IClassMapFrame(parent = self)
+ win = IClassMapFrame(parent = self, giface = self._giface)
win.CentreOnScreen()
win.Show()
More information about the grass-commit
mailing list