Обработка ошибок

master
svkalinin 2022-10-20 10:52:46 +03:00
parent 83c1a2248c
commit 88f26ffba7
2 changed files with 2 additions and 2 deletions

View File

@ -387,7 +387,7 @@ namespace eval Git {
catch { $fr.body.lBox activate 0 ; $fr.body.lBox selection set 0 0 }
bind $fr.body.lBox <Return> "Git::CommitAdd $fr"
bind $fr.body.lBox <Double-Button-1> "catch {Git::CommitAdd $fr}; break"
bind $fr.body.lBox <Double-Button-1> "catch {Git::CommitAdd $fr}"
bind $fr.body.lBox <Button-1><ButtonRelease-1> "Git::ListBoxPress $fr"
bind $fr.body.lBox <KeyRelease> "Git::Key %K $fr"

View File

@ -10,7 +10,7 @@ exec wish "$0" -- "$@"
######################################################
# Version: 2.0.0
# Release: alpha
# Build: 20102022104623
# Build: 20102022105211
######################################################
# определим текущую версию, релиз и т.д.