[GRASS-SVN] r31351 - grass/branches/develbranch_6/lib/gtcltk

svn_grass at osgeo.org svn_grass at osgeo.org
Thu May 15 02:15:57 EDT 2008


Author: cmbarton
Date: 2008-05-15 02:15:56 -0400 (Thu, 15 May 2008)
New Revision: 31351

Modified:
   grass/branches/develbranch_6/lib/gtcltk/gronsole.tcl
Log:
Hopefully fixes trak ticket 127 by moving the line feed from after the text line in gronsole to before the text line. This is not a problem on the Mac, maybe only on Windows. Please test this in Windows.

Modified: grass/branches/develbranch_6/lib/gtcltk/gronsole.tcl
===================================================================
--- grass/branches/develbranch_6/lib/gtcltk/gronsole.tcl	2008-05-15 01:18:14 UTC (rev 31350)
+++ grass/branches/develbranch_6/lib/gtcltk/gronsole.tcl	2008-05-15 06:15:56 UTC (rev 31351)
@@ -402,7 +402,7 @@
 		Gronsole::add_data_tag $path $ci out
 	}
 	foreach line $lines {
-		Gronsole::output_to_gronsole $path $mark $ci [list cmd$ci cmd$ci-out] "$line\n"
+		Gronsole::output_to_gronsole $path $mark $ci [list cmd$ci cmd$ci-out] "\n$line"
 	}
 	$path.text see $mark
 }



More information about the grass-commit mailing list