summaryrefslogtreecommitdiff
path: root/Master
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2008-01-11 15:18:12 +0000
committerNorbert Preining <preining@logic.at>2008-01-11 15:18:12 +0000
commitcc1d97ccf3451c1cd8acc82e7799e5c0012f22c4 (patch)
tree417b80674b481caca80fbc0ff87c27bdeb991942 /Master
parente1b4f252de8a7e2df652083513166f3076f2758c (diff)
add todos to the install-menu-perltk.pl
git-svn-id: svn://tug.org/texlive/trunk@6196 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r--Master/tlpkg/TeXLive/install-menu-perltk.pl5
1 files changed, 5 insertions, 0 deletions
diff --git a/Master/tlpkg/TeXLive/install-menu-perltk.pl b/Master/tlpkg/TeXLive/install-menu-perltk.pl
index 3e26ea4581e..b3211929e5c 100644
--- a/Master/tlpkg/TeXLive/install-menu-perltk.pl
+++ b/Master/tlpkg/TeXLive/install-menu-perltk.pl
@@ -9,6 +9,11 @@
#
# MISSING SUPPORT FOR:
# - TEXMFHOME ???
+#
+# TODO:
+# - 'cancel' in the collections/scheme dialogs is not really a cancel because
+# the checkboxes are tied to the %vars hash, which make cancel == return!!!
+# - does the DoOneEvent *NEVER* hang???
our %vars;
our $tlpdb;