提交 28d1b11a 编写于 作者: S Shawn O. Pearce

git-gui: Disable the text widget in the repository chooser

Although we are using a text widget here we really do not
want the end-user to be able to modify the text it displays.
So we need to disable it.
Signed-off-by: NShawn O. Pearce <spearce@spearce.org>
上级 580b73de
......@@ -108,6 +108,8 @@ constructor pick {} {
-label [mc "Open..."]
}
$opts conf -state disabled
set sorted_recent [_get_recentrepos]
if {[llength $sorted_recent] > 0} {
if {$m_repo ne {}} {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册