From e9a7541b7d22867726baf678015ff6e2510dec59 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Fri, 25 Jan 2008 15:33:48 +0000 Subject: do not display twice "Cannot be run in console mode." message in drakbug --- perl-install/NEWS | 2 ++ perl-install/standalone/drakbug | 1 + 2 files changed, 3 insertions(+) diff --git a/perl-install/NEWS b/perl-install/NEWS index 32df85c9e..68674f56d 100644 --- a/perl-install/NEWS +++ b/perl-install/NEWS @@ -1,5 +1,7 @@ - harddrake: o class more sensors as biometric +- drakbug: + o do not display twice "Cannot be run in console mode." message Version 10.6.8 - 24 January 2008 diff --git a/perl-install/standalone/drakbug b/perl-install/standalone/drakbug index 8b8f284e7..0f6d701ce 100755 --- a/perl-install/standalone/drakbug +++ b/perl-install/standalone/drakbug @@ -66,6 +66,7 @@ if (!check_for_xserver) { $gdb_trace, '') if $error; + c::_exit(0); } mygtk2::init(); -- cgit v1.2.1