diff --git a/lib/git.tcl b/lib/git.tcl index fcdfa11..7bf3e82 100644 --- a/lib/git.tcl +++ b/lib/git.tcl @@ -387,7 +387,7 @@ namespace eval Git { catch { $fr.body.lBox activate 0 ; $fr.body.lBox selection set 0 0 } bind $fr.body.lBox "Git::CommitAdd $fr" - bind $fr.body.lBox "catch {Git::CommitAdd $fr}; break" + bind $fr.body.lBox "catch {Git::CommitAdd $fr}" bind $fr.body.lBox "Git::ListBoxPress $fr" bind $fr.body.lBox "Git::Key %K $fr" diff --git a/projman.tcl b/projman.tcl index 38966f5..4bbed3c 100755 --- a/projman.tcl +++ b/projman.tcl @@ -10,7 +10,7 @@ exec wish "$0" -- "$@" ###################################################### # Version: 2.0.0 # Release: alpha -# Build: 20102022104623 +# Build: 20102022105211 ###################################################### # определим текущую версию, релиз и т.д.