diff options
| author | Pietro Gagliardi <[email protected]> | 2014-02-14 11:12:08 -0500 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-02-14 11:12:08 -0500 |
| commit | 80f43a613ae073276ce4d31e988cb12e9d0ba480 (patch) | |
| tree | 1f51857f933333f42dec63e8888ab166434d4b1c /button.go | |
| parent | 8407bfb0cb9d8e58c40758b552c4eb71fe5f6415 (diff) | |
Renamed Control.apply() to Control.make().
Diffstat (limited to 'button.go')
| -rw-r--r-- | button.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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() |
