From 64c995799154d2bd7e5fe58a6d710422d03f2b34 Mon Sep 17 00:00:00 2001 From: svkalinin Date: Mon, 28 Nov 2022 16:37:42 +0300 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=B8=D0=BB=20?= =?UTF-8?q?=D0=B4=D0=B5=D0=B0=D0=BA=D1=82=D0=B8=D0=B2=D0=B0=D1=86=D0=B8?= =?UTF-8?q?=D1=8E=20=D0=BA=D0=BD=D0=BE=D0=BF=D0=BA=D0=B8=20'=D0=A1=D0=BE?= =?UTF-8?q?=D0=B7=D0=B4=D0=B0=D1=82=D1=8C=20=D1=80=D0=B5=D0=BF=D1=83'=20?= =?UTF-8?q?=D0=B5=D1=81=D0=BB=D0=B8=20=D0=BD=D0=B5=20=D0=B2=D1=8B=D0=B1?= =?UTF-8?q?=D1=80=D0=B0=D0=BD=20=D0=B0=D0=BA=D1=82=D0=B8=D0=B2=D0=BD=D1=8B?= =?UTF-8?q?=D0=B9=20=D0=BF=D1=80=D0=BE=D0=B5=D0=BA=D1=82=20(=D0=BD=D0=B5?= =?UTF-8?q?=20=D0=BE=D1=82=D0=BA=D1=80=D1=8B=D1=82=D0=BE=20=D0=BD=D0=B8=20?= =?UTF-8?q?=D0=BE=D0=B4=D0=BD=D0=BE=D0=B3=D0=BE=20=D0=BA=D0=B0=D1=82=D0=B0?= =?UTF-8?q?=D0=BB=D0=BE=D0=B3=D0=B0/=D0=BF=D0=B0=D0=BF=D0=BA=D0=B8)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/git.tcl | 4 +++- projman.tcl | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) 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 ###################################################### # определим текущую версию, релиз и т.д.