From 9270753eb308542b72e275bab8010457c3e97ddf Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Wed, 1 Aug 2007 19:49:20 +0000 Subject: prefill default summary with the name of the actual program which crashed --- perl-install/NEWS | 1 + perl-install/standalone/drakbug | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'perl-install') diff --git a/perl-install/NEWS b/perl-install/NEWS index fce235dea..c0bdee1f3 100644 --- a/perl-install/NEWS +++ b/perl-install/NEWS @@ -7,6 +7,7 @@ o basic adaption to new bugzilla (#31995) o display Mandriva Online for mdkapplet in the "select mandriva tool" field + o prefill default summary with the name of the actual program which crashed - draksec: improve explanations (#6969) - drakups: adapt to new nut doc path (blino) diff --git a/perl-install/standalone/drakbug b/perl-install/standalone/drakbug index b9f7bc667..c3445d2a4 100755 --- a/perl-install/standalone/drakbug +++ b/perl-install/standalone/drakbug @@ -108,7 +108,8 @@ gtkadd($window->{window}, ($product || $version ? 'cf_rpmpkg=' . join('-', $product, $version) :()), 'component=Core%20Packages', - 'classification=Mandriva%20Linux' + 'classification=Mandriva%20Linux', + if_($prog, "short_desc=$prog%20crashed"), ); print($bugzilla_url . "?" . $options . "\n"); require run_program; -- cgit v1.2.1