[GRASS-SVN] r31760 - grass/branches/develbranch_6/gui/wxpython/gui_modules

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Jun 19 14:21:23 EDT 2008


Author: martinl
Date: 2008-06-19 14:21:22 -0400 (Thu, 19 Jun 2008)
New Revision: 31760

Modified:
   grass/branches/develbranch_6/gui/wxpython/gui_modules/location_wizard.py
Log:
wxGUI: fixing trac #191

Modified: grass/branches/develbranch_6/gui/wxpython/gui_modules/location_wizard.py
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/gui_modules/location_wizard.py	2008-06-19 14:58:52 UTC (rev 31759)
+++ grass/branches/develbranch_6/gui/wxpython/gui_modules/location_wizard.py	2008-06-19 18:21:22 UTC (rev 31760)
@@ -2042,7 +2042,7 @@
         except:
             pass
 
-        if dtoptions != None:
+        if dtoptions != {}:
             dtrans = ''
             # open a dialog to select datum transform number
             dlg = SelectDatumDialog(self.parent, datums=dtoptions)



More information about the grass-commit mailing list