summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2009-11-16 16:40:02 +0000
committerNorbert Preining <preining@logic.at>2009-11-16 16:40:02 +0000
commit9b5dc1bf7207b065079cc2a35d30f2d81a32af91 (patch)
treea4f5c877e4755cde26f354e94cc7beaabe3a84d5
parent09950a732cfa76559d18b3540d69bf7eed235171 (diff)
tlmgr gui: fix forgotten update of the location string in the config tab
git-svn-id: svn://tug.org/texlive/trunk@16028 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Master/texmf/scripts/texlive/tlmgrgui/gui-config.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/Master/texmf/scripts/texlive/tlmgrgui/gui-config.pl b/Master/texmf/scripts/texlive/tlmgrgui/gui-config.pl
index 1a4ff96bbfb..baccd0ecc81 100644
--- a/Master/texmf/scripts/texlive/tlmgrgui/gui-config.pl
+++ b/Master/texmf/scripts/texlive/tlmgrgui/gui-config.pl
@@ -364,6 +364,7 @@ sub menu_default_location {
-command => sub { $default_location = $entry->get;
$localtlpdb->option("location", $default_location);
$localtlpdb->save;
+ $defaults{'location'} = $default_location;
$sw->destroy })->pack(-side => 'left',-padx => "2m", -pady => "2m");
my $cancelbutton = $f->Button(-text => __("Cancel"),
-command => sub { $sw->destroy })->pack(-side => 'right',-padx => "2m", -pady => "2m");