summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/drakbug
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2007-08-01 19:49:20 +0000
committerThierry Vignaud <tv@mandriva.org>2007-08-01 19:49:20 +0000
commit9270753eb308542b72e275bab8010457c3e97ddf (patch)
tree1f18e3b4adb44339c9873ef33976d22eeedf7392 /perl-install/standalone/drakbug
parente5151f1cae38b252eccde93faa63e12a33054504 (diff)
downloaddrakx-backup-do-not-use-9270753eb308542b72e275bab8010457c3e97ddf.tar
drakx-backup-do-not-use-9270753eb308542b72e275bab8010457c3e97ddf.tar.gz
drakx-backup-do-not-use-9270753eb308542b72e275bab8010457c3e97ddf.tar.bz2
drakx-backup-do-not-use-9270753eb308542b72e275bab8010457c3e97ddf.tar.xz
drakx-backup-do-not-use-9270753eb308542b72e275bab8010457c3e97ddf.zip
prefill default summary with the name of the actual program which crashed
Diffstat (limited to 'perl-install/standalone/drakbug')
-rwxr-xr-xperl-install/standalone/drakbug3
1 files changed, 2 insertions, 1 deletions
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;