summaryrefslogtreecommitdiffstats
path: root/perl-install
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2007-11-06 16:30:20 +0000
committerThierry Vignaud <tv@mandriva.org>2007-11-06 16:30:20 +0000
commitec1b0271eb0b20ef165bf81309195c842ceb225f (patch)
treeea91bdfb6cb79599444d3cdfd7a28a1efe6760c3 /perl-install
parentf8a3ae3c347752140c95ba6358fce0f440b8c0ca (diff)
downloaddrakx-backup-do-not-use-ec1b0271eb0b20ef165bf81309195c842ceb225f.tar
drakx-backup-do-not-use-ec1b0271eb0b20ef165bf81309195c842ceb225f.tar.gz
drakx-backup-do-not-use-ec1b0271eb0b20ef165bf81309195c842ceb225f.tar.bz2
drakx-backup-do-not-use-ec1b0271eb0b20ef165bf81309195c842ceb225f.tar.xz
drakx-backup-do-not-use-ec1b0271eb0b20ef165bf81309195c842ceb225f.zip
prevent altering tool and the like when catching a bug (#35241)
Diffstat (limited to 'perl-install')
-rw-r--r--perl-install/NEWS3
-rwxr-xr-xperl-install/standalone/drakbug2
2 files changed, 5 insertions, 0 deletions
diff --git a/perl-install/NEWS b/perl-install/NEWS
index 35855e396..9e61918d6 100644
--- a/perl-install/NEWS
+++ b/perl-install/NEWS
@@ -1,3 +1,6 @@
+- drakbug:
+ o prevent altering tool and the like when catching a bug (#35241)
+
Version 10.5.2 - 6 November 2007, by Thierry Vignaud
- diskdrake:
diff --git a/perl-install/standalone/drakbug b/perl-install/standalone/drakbug
index 2d02cb617..649dcd486 100755
--- a/perl-install/standalone/drakbug
+++ b/perl-install/standalone/drakbug
@@ -152,7 +152,9 @@ gtkadd($window->{window},
N("To submit a bug report, click on the report button. \nThis will open a web browser window on %s where you'll find a form to fill in. The information displayed above will be transferred to that server. \nThings useful to include in your report are the output of lspcidrake -v, kernel version, and /proc/cpuinfo.", $wizard_name)
]
])),
+ if_(!$error,
0, gtkadd($table),
+ ),
0, gtkpack(Gtk2::HSeparator->new),
0, gtkpack(create_hbox('edge'),
gtksignal_connect(Gtk2::Button->new(N("Help")), clicked => sub { system("drakhelp --id drakbug &") }),