summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2019-05-24 13:23:50 -0700
committerJeff Carr <[email protected]>2019-05-24 13:23:50 -0700
commit858f7fd93cf77bdb7bafbae0f58af6eae1766aec (patch)
treeef6836c593eeb1def1860fc33e60c110f51e16b5 /structs.go
parent238c39de36931ad81427d964228cd5bc0c3ea60a (diff)
button handling almost completely cleaned up
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'structs.go')
-rw-r--r--structs.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/structs.go b/structs.go
index bbbbfaf..e868fde 100644
--- a/structs.go
+++ b/structs.go
@@ -101,7 +101,7 @@ type ButtonMap struct {
FB *ui.FontButton
onClick func (int, string)
onChanged func (int, string)
- custom func (*ButtonMap, string)
+ custom func (*ButtonMap)
Name string // the text on the button
Note string // what type of button
AccNick string // what account this button is for