[GRASS-SVN] r55830 - grass/branches/releasebranch_6_4/gui/wxpython/dbmgr

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Apr 16 03:34:37 PDT 2013


Author: hamish
Date: 2013-04-16 03:34:37 -0700 (Tue, 16 Apr 2013)
New Revision: 55830

Modified:
   grass/branches/releasebranch_6_4/gui/wxpython/dbmgr/manager.py
Log:
#1270 seems fixed, greyout no longer needed

Modified: grass/branches/releasebranch_6_4/gui/wxpython/dbmgr/manager.py
===================================================================
--- grass/branches/releasebranch_6_4/gui/wxpython/dbmgr/manager.py	2013-04-16 10:28:07 UTC (rev 55829)
+++ grass/branches/releasebranch_6_4/gui/wxpython/dbmgr/manager.py	2013-04-16 10:34:37 UTC (rev 55830)
@@ -562,11 +562,7 @@
             self.editable = True
         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, *kwargs)



More information about the grass-commit mailing list