summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2008-07-04 14:35:59 +0000
committerNorbert Preining <preining@logic.at>2008-07-04 14:35:59 +0000
commit110bb8718f359d4415561fecd7e9cf4ec4d8243c (patch)
tree99d1a89c7c16e2a6070ea676fcc220a4b2395525
parentf178e047ce2cf83f8d3370a0a592c2fc413d7301 (diff)
GUI installer: updates sizes if doc/src file toggle is done
git-svn-id: svn://tug.org/texlive/trunk@9232 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Master/tlpkg/installer/install-menu-perltk.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/Master/tlpkg/installer/install-menu-perltk.pl b/Master/tlpkg/installer/install-menu-perltk.pl
index 6bf31c50c9c..7fb71f1c07a 100644
--- a/Master/tlpkg/installer/install-menu-perltk.pl
+++ b/Master/tlpkg/installer/install-menu-perltk.pl
@@ -751,6 +751,7 @@ sub toggle_and_set_opt_variable {
$$varsref = 0;
$$varsref = 1 if ($$toggleref eq $text{'yes'});
menu_update_texts();
+ calc_depends();
}
1;