summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'main.go')
-rw-r--r--main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.go b/main.go
index 1ab0032..5cc270d 100644
--- a/main.go
+++ b/main.go
@@ -94,7 +94,7 @@ func main() {
setTargetVersion()
// register a Show/Hide function for the repo list table
- me.repos.View.RegisterHideFunction(showHideRepos)
+ me.repos.View.RegisterHideFunction(hideFunction)
// scan in the State of all the repos
// TODO: should not really be necessary directly after init()