summaryrefslogtreecommitdiff
path: root/newRepo.go
diff options
context:
space:
mode:
Diffstat (limited to 'newRepo.go')
-rw-r--r--newRepo.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/newRepo.go b/newRepo.go
index 9e07bf5..dd24102 100644
--- a/newRepo.go
+++ b/newRepo.go
@@ -116,6 +116,7 @@ func (r *RepoList) AddRepo(pb *gitpb.Repo) (*RepoRow, error) {
})
newRepo.commitB = newRepo.endBox.NewButton("commit all", func() {
+ r.reposbox.Disable()
pb := newRepo.pb
if pb == nil {
log.Info("the protobuf is nil. something went wrong in the forge/gitpb mappings")