changeset 68:283bec41063b

Maintain the order of SetColumnTitle() call.
author Brian Smith <brian@dbsoft.org>
date Sun, 17 Mar 2013 13:27:14 -0500
parents 94c755ac489c
children 911727e32fb9
files src/dwootest/dwootest.go
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/dwootest/dwootest.go	Sun Mar 17 13:24:58 2013 -0500
+++ b/src/dwootest/dwootest.go	Sun Mar 17 13:27:14 2013 -0500
@@ -885,8 +885,8 @@
     container_status := dw.StatusTextNew("", 0);
     notebookbox4.PackStart(container_status, 100, -1, dw.TRUE, dw.FALSE, 1);
 
+    container.SetColumnTitle("Test");
     container.FileSystemSetup(flags, titles);
-    container.SetColumnTitle("Test");
     container.SetStripe(dw.CLR_DEFAULT, dw.CLR_DEFAULT);
     containerinfo := container.Alloc(3);