diff options
-rw-r--r-- | perl-install/NEWS | 2 | ||||
-rwxr-xr-x | perl-install/standalone/drakbug | 1 |
2 files changed, 3 insertions, 0 deletions
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(); |