summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--perl-install/NEWS1
-rwxr-xr-xperl-install/standalone/drakbug3
2 files changed, 1 insertions, 3 deletions
diff --git a/perl-install/NEWS b/perl-install/NEWS
index 8375f3099..5559e7cd4 100644
--- a/perl-install/NEWS
+++ b/perl-install/NEWS
@@ -2,6 +2,7 @@
o autoselect distro version in bugzilla
o explain what is the usefull part of the gdb trace
o open help as user
+ o stop translating program name in bugzilla (#35241)
Version 10.6.10 - 28 January 2008
diff --git a/perl-install/standalone/drakbug b/perl-install/standalone/drakbug
index 58986507f..2a8593e64 100755
--- a/perl-install/standalone/drakbug
+++ b/perl-install/standalone/drakbug
@@ -198,9 +198,6 @@ sub update_app {
$app_choice = get_package($mdk_app->{$text});
} else {
$app_choice = get_package($text);
- if (my $tool = { reverse %$mdk_app }->{$text}) {
- $prog = $tool;
- }
}
$app_choice ? $package->set_text($app_choice) : $package->set_text(N("Not installed"));
}