summaryrefslogtreecommitdiff
path: root/button.go
diff options
context:
space:
mode:
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()