diff options
| -rw-r--r-- | newRepo.go | 1 | 
1 files changed, 1 insertions, 0 deletions
@@ -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")  | 
