From 7338c490eca6b743e08a9da622f5918734104731 Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Fri, 16 May 2008 09:12:55 +0000 Subject: gui-arch.pl: fix an undefined value for the Dialog popup git-svn-id: svn://tug.org/texlive/trunk@8175 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf/scripts/texlive/tlmgrgui/gui-arch.pl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Master/texmf') 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; } } -- cgit v1.2.3