[GRASS-SVN] r56679 - grass/branches/releasebranch_6_4/gui/wxpython/gui_core
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Jun 10 13:42:58 PDT 2013
Author: hamish
Date: 2013-06-10 13:42:58 -0700 (Mon, 10 Jun 2013)
New Revision: 56679
Modified:
grass/branches/releasebranch_6_4/gui/wxpython/gui_core/preferences.py
Log:
commented out cairo driver option for release; d.mon<->cairo driver<->wxgui hangs the GUI: #943
Modified: grass/branches/releasebranch_6_4/gui/wxpython/gui_core/preferences.py
===================================================================
--- grass/branches/releasebranch_6_4/gui/wxpython/gui_core/preferences.py 2013-06-10 19:57:29 UTC (rev 56678)
+++ grass/branches/releasebranch_6_4/gui/wxpython/gui_core/preferences.py 2013-06-10 20:42:58 UTC (rev 56679)
@@ -636,7 +636,8 @@
flags = 'l',
read = True).splitlines():
if 'cairo' in line:
- listOfDrivers.append('cairo')
+ # FIXME: commented out, d.mon<->cairo driver<->wxgui hangs the GUI: #943
+ #listOfDrivers.append('cairo')
break
driver = wx.Choice(parent=panel, id=wx.ID_ANY, size=(150, -1),
More information about the grass-commit
mailing list