diff options
author | Norbert Preining <preining@logic.at> | 2015-06-14 13:37:28 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2015-06-14 13:37:28 +0000 |
commit | 8dae8b06693741702fb31051b73bca07b097cd9f (patch) | |
tree | 1e28f71e45fb2276d5ad21ef7e680e40cca3f2a1 /Master/texmf-dist | |
parent | 190d29080353dddbc191633fd3fce8eed139fecb (diff) |
tlmgrgui: remove todo, we do now do proper error handling
git-svn-id: svn://tug.org/texlive/trunk@37524 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist')
-rwxr-xr-x | Master/texmf-dist/scripts/texlive/tlmgrgui.pl | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Master/texmf-dist/scripts/texlive/tlmgrgui.pl b/Master/texmf-dist/scripts/texlive/tlmgrgui.pl index 347c7d5a8ff..f8dc439382b 100755 --- a/Master/texmf-dist/scripts/texlive/tlmgrgui.pl +++ b/Master/texmf-dist/scripts/texlive/tlmgrgui.pl @@ -8,8 +8,6 @@ # GUI for tlmgr # version 2, completely rewritten GUI # -# TODO: Fix return codes of execute_action sub items and execute_action -# so that we can give a decent warning window # TODO: implement path adjustment also for Windows $^W = 1; |