From 699f786cd5360ce851a0542c218f0d9cb919d608 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Mon, 10 Mar 2014 11:06:07 -0400 Subject: Fixed compiler errors in the previous few commits. --- test/main.go | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'test/main.go') diff --git a/test/main.go b/test/main.go index 20f5bdf..911dffa 100644 --- a/test/main.go +++ b/test/main.go @@ -140,15 +140,12 @@ mainloop: case <-w.Closing: break mainloop case <-b.Clicked: - err = w.SetTitle(fmt.Sprintf("%v | %s | %s | %s | %s", + w.SetTitle(fmt.Sprintf("%v | %s | %s | %s | %s", c.Checked(), cb1.Selection(), cb2.Selection(), e.Text(), password.Text())) - if err != nil { - panic(err) - } doAdjustments() case <-b2.Clicked: if cb1.Len() > 1 { -- cgit v1.2.3