[GRASS-SVN] r50701 - grass/branches/releasebranch_6_4/gui/wxpython/gui_modules

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Feb 7 05:49:56 EST 2012


Author: hamish
Date: 2012-02-07 02:49:56 -0800 (Tue, 07 Feb 2012)
New Revision: 50701

Modified:
   grass/branches/releasebranch_6_4/gui/wxpython/gui_modules/dbm.py
Log:
temporarily disable editing on WinGrass as it locks up the GUI (#1270)

Modified: grass/branches/releasebranch_6_4/gui/wxpython/gui_modules/dbm.py
===================================================================
--- grass/branches/releasebranch_6_4/gui/wxpython/gui_modules/dbm.py	2012-02-07 10:43:10 UTC (rev 50700)
+++ grass/branches/releasebranch_6_4/gui/wxpython/gui_modules/dbm.py	2012-02-07 10:49:56 UTC (rev 50701)
@@ -547,6 +547,10 @@
         else:
             self.editable = False
         
+        # FIXME: editing is currently broken on wingrass (bug #1270)
+        if sys.platform == 'win32':
+            self.editable = False
+
         self.cmdLog     = log    # self.parent.goutput
         
         wx.Frame.__init__(self, parent, id, style=style)



More information about the grass-commit mailing list