diff options
-rw-r--r-- | Master/texmf/scripts/texlive/tlmgrgui/gui-arch.pl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Master/texmf/scripts/texlive/tlmgrgui/gui-arch.pl b/Master/texmf/scripts/texlive/tlmgrgui/gui-arch.pl index 3d5853a9735..cb259247dcd 100644 --- a/Master/texmf/scripts/texlive/tlmgrgui/gui-arch.pl +++ b/Master/texmf/scripts/texlive/tlmgrgui/gui-arch.pl @@ -60,9 +60,9 @@ sub check_on_removal { if (!$archs{$a} && grep(/^$a$/,@archsinstalled)) { # removal not supported $archs{$a} = 1; - $f->Dialog(-title => "info", - -text => "Removals of archs currently not supported!", - -buttons => [ "Ok" ])->Show; + $arch_frame->Dialog(-title => "info", + -text => "Removals of archs currently not supported!", + -buttons => [ "Ok" ])->Show; } } |