aboutsummaryrefslogtreecommitdiff
path: root/widgets/account.go
diff options
context:
space:
mode:
Diffstat (limited to 'widgets/account.go')
-rw-r--r--widgets/account.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/widgets/account.go b/widgets/account.go
index 70686fb..3848bbf 100644
--- a/widgets/account.go
+++ b/widgets/account.go
@@ -86,7 +86,7 @@ func NewAccountView(conf *config.AccountConfig,
return acct
}
-func (acct *AccountView) Children() []Drawable {
+func (acct *AccountView) Children() []ui.Drawable {
return acct.grid.Children()
}