diff options
Diffstat (limited to 'Master/texmf/scripts')
-rw-r--r-- | Master/texmf/scripts/texlive/tlmgrgui.pl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Master/texmf/scripts/texlive/tlmgrgui.pl b/Master/texmf/scripts/texlive/tlmgrgui.pl index 8f07ecd0125..579d7811f8e 100644 --- a/Master/texmf/scripts/texlive/tlmgrgui.pl +++ b/Master/texmf/scripts/texlive/tlmgrgui.pl @@ -312,8 +312,10 @@ sub do_rest_of_gui { -validatecommand => sub { my $new_val = shift; if (!$new_val) { $match_descriptions = 0; + $match_filenames = 0; } else { $match_descriptions = 1; + $match_filenames = 1; } update_grid(); return 1; }); @@ -344,6 +346,7 @@ sub do_rest_of_gui { $show_schemes = 1; $selection_value = 0; $match_descriptions = 0; + $match_filenames = 0; update_grid(); })->pack(@x_x, @a_c); |