[GRASS-SVN] r58675 - grass/trunk/gui/wxpython/gcp
svn_grass at osgeo.org
svn_grass at osgeo.org
Sat Jan 11 09:43:23 PST 2014
Author: martinl
Date: 2014-01-11 09:43:23 -0800 (Sat, 11 Jan 2014)
New Revision: 58675
Modified:
grass/trunk/gui/wxpython/gcp/manager.py
Log:
wxGUI: fix self.OnMapset handler
Modified: grass/trunk/gui/wxpython/gcp/manager.py
===================================================================
--- grass/trunk/gui/wxpython/gcp/manager.py 2014-01-11 16:09:04 UTC (rev 58674)
+++ grass/trunk/gui/wxpython/gcp/manager.py 2014-01-11 17:43:23 UTC (rev 58675)
@@ -357,7 +357,7 @@
#
self.Bind(wx.EVT_RADIOBOX, self.OnMaptype, self.rb_maptype)
self.Bind(wx.EVT_COMBOBOX, self.OnLocation, self.cb_location)
- self.Bind(wx.EVT_COMBOBOX, self.OnMapset, self.cb_mapset)
+ self.cb_mapset.Bind(wx.EVT_TEXT, self.OnMapset)
self.Bind(wiz.EVT_WIZARD_PAGE_CHANGING, self.OnPageChanging)
self.Bind(wiz.EVT_WIZARD_PAGE_CHANGED, self.OnEnterPage)
# self.Bind(wx.EVT_CLOSE, self.parent.Cleanup)
More information about the grass-commit
mailing list