changeset 92:019deed896d1

Set the global start button variable instead of creating a new local one.
author Brian Smith <brian@dbsoft.org>
date Thu, 03 Oct 2013 14:59:18 -0500
parents d982501fe83d
children ce016a1b9034
files src/dwootest/dwootest.go
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/dwootest/dwootest.go	Thu Oct 03 14:49:37 2013 -0500
+++ b/src/dwootest/dwootest.go	Thu Oct 03 14:59:18 2013 -0500
@@ -1109,7 +1109,7 @@
     tmpbox := dw.BoxNew(dw.VERT, 0);
     notebookbox9.PackStart(tmpbox, 0, 0, dw.TRUE, dw.TRUE, 1);
 
-    startbutton := dw.ButtonNew("Start Threads", 0);
+    startbutton = dw.ButtonNew("Start Threads", 0);
     tmpbox.PackStart(startbutton, -1, 30, dw.FALSE, dw.FALSE, 0);
     /* Create the base threading components */
     threadmle = dw.MLENew(0);