[GRASS-SVN] r30706 - grass/trunk/gui/wxpython

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Mar 23 14:12:19 EDT 2008


Author: martinl
Date: 2008-03-23 14:12:19 -0400 (Sun, 23 Mar 2008)
New Revision: 30706

Modified:
   grass/trunk/gui/wxpython/wxgui.py
Log:
wxGUI: do not call PropertiesDialog() when loading workspace (g.gui workspace=)

Modified: grass/trunk/gui/wxpython/wxgui.py
===================================================================
--- grass/trunk/gui/wxpython/wxgui.py	2008-03-23 17:51:57 UTC (rev 30705)
+++ grass/trunk/gui/wxpython/wxgui.py	2008-03-23 18:12:19 UTC (rev 30706)
@@ -600,7 +600,7 @@
                                            lopacity=layer['opacity'],
                                            lcmd=layer['cmd'],
                                            lgroup=layer['group'])
-                maptree.PropertiesDialog(newItem, show=False)
+            #   maptree.PropertiesDialog(newItem, show=False)
 
             busy.Destroy()
             



More information about the grass-commit mailing list