summaryrefslogtreecommitdiff
path: root/Master/texmf
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2008-07-11 16:17:28 +0000
committerNorbert Preining <preining@logic.at>2008-07-11 16:17:28 +0000
commitedf43e0852768e1a04cc4883cf708f7ea1391409 (patch)
treeafeab1055eff7f8fd97d098136b53460e05c3256 /Master/texmf
parent661ad77c3be963463abeb7171b0944075fa3f22d (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
Diffstat (limited to 'Master/texmf')
-rw-r--r--Master/texmf/scripts/texlive/tlmgrgui/do_listframe.pl1
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");
}