summaryrefslogtreecommitdiff
path: root/button.go
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-02-14 11:12:08 -0500
committerPietro Gagliardi <[email protected]>2014-02-14 11:12:08 -0500
commit80f43a613ae073276ce4d31e988cb12e9d0ba480 (patch)
tree1f51857f933333f42dec63e8888ab166434d4b1c /button.go
parent8407bfb0cb9d8e58c40758b552c4eb71fe5f6415 (diff)
Renamed Control.apply() to Control.make().
Diffstat (limited to 'button.go')
-rw-r--r--button.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/button.go b/button.go
index 2c6706f..9750037 100644
--- a/button.go
+++ b/button.go
@@ -35,7 +35,7 @@ func (b *Button) SetText(text string) (err error) {
return nil
}
-func (b *Button) apply(window *sysData) error {
+func (b *Button) make(window *sysData) error {
b.lock.Lock()
defer b.lock.Unlock()