[GRASS-SVN] r58599 - grass/trunk/gui/wxpython/gui_core

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Jan 3 14:17:48 PST 2014


Author: annakrat
Date: 2014-01-03 14:17:48 -0800 (Fri, 03 Jan 2014)
New Revision: 58599

Modified:
   grass/trunk/gui/wxpython/gui_core/forms.py
Log:
wxGUI: revert accidentaly commited code

Modified: grass/trunk/gui/wxpython/gui_core/forms.py
===================================================================
--- grass/trunk/gui/wxpython/gui_core/forms.py	2014-01-03 22:16:22 UTC (rev 58598)
+++ grass/trunk/gui/wxpython/gui_core/forms.py	2014-01-03 22:17:48 UTC (rev 58599)
@@ -2167,8 +2167,7 @@
                     return
                 datasets = select.GetValue().split(',')
                 from timeline import frame
-                gcmd.RunCommand('g.gui.timeline', inputs=datasets)
-#                frame.run(parent=self, datasets=datasets)
+                frame.run(parent=self, datasets=datasets)
 
     def OnUpdateSelection(self, event):
         """!Update dialog (layers, tables, columns, etc.)



More information about the grass-commit mailing list