diff --git a/lib/git.tcl b/lib/git.tcl index 7b307bf..0a1897a 100644 --- a/lib/git.tcl +++ b/lib/git.tcl @@ -665,7 +665,9 @@ namespace eval Git { ReadFilesFromDirectory $activeProject $activeProject destroy .clone } - + if ![info exists activeProject] { + $win.btnInit configure -state disable + } grid $win.entUrl -row 0 -column 0 -columnspan 2 -sticky new grid $win.entFolder -row 1 -column 0 -sticky new grid $win.btnFolder -row 1 -column 1 -sticky ew diff --git a/projman.tcl b/projman.tcl index 783f7f9..dbcdb99 100755 --- a/projman.tcl +++ b/projman.tcl @@ -10,7 +10,7 @@ exec wish "$0" -- "$@" ###################################################### # Version: 2.0.0 # Release: alpha -# Build: 28112022152737 +# Build: 28112022163633 ###################################################### # определим текущую версию, релиз и т.д.