diff options
author | Norbert Preining <preining@logic.at> | 2008-07-11 16:17:28 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2008-07-11 16:17:28 +0000 |
commit | edf43e0852768e1a04cc4883cf708f7ea1391409 (patch) | |
tree | afeab1055eff7f8fd97d098136b53460e05c3256 | |
parent | 661ad77c3be963463abeb7171b0944075fa3f22d (diff) |
tlmgr GUI: fix long standing bug that after updates the window is not
updated and clicking into the list window makes tlmgr gui crash
git-svn-id: svn://tug.org/texlive/trunk@9449 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r-- | Master/texmf/scripts/texlive/tlmgrgui/do_listframe.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Master/texmf/scripts/texlive/tlmgrgui/do_listframe.pl b/Master/texmf/scripts/texlive/tlmgrgui/do_listframe.pl index f11a1d118a6..c4a1547f8bb 100644 --- a/Master/texmf/scripts/texlive/tlmgrgui/do_listframe.pl +++ b/Master/texmf/scripts/texlive/tlmgrgui/do_listframe.pl @@ -207,6 +207,7 @@ sub do_listframe { } push @allargs, @pl; &$coderef(@allargs); + $f_listf_lb->configure(-listvariable => $listref); })->pack( -expand => 0, -fill => "both", -padx => "2m", -pady => "2m"); } |