aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/transport.tcl4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/transport.tcl b/lib/transport.tcl
index 60e3a642c..321f595d6 100644
--- a/lib/transport.tcl
+++ b/lib/transport.tcl
@@ -135,7 +135,9 @@ proc do_push_anywhere {} {
-value remote \
-variable push_urltype
if {$use_ttk} {
- ttk::combobox $w.dest.remote_m -textvariable push_remote \
+ ttk::combobox $w.dest.remote_m -state readonly \
+ -exportselection false \
+ -textvariable push_remote \
-values $all_remotes
} else {
eval tk_optionMenu $w.dest.remote_m push_remote $all_remotes