From 2654d303f9ee732ef938ab1a54f314b2e6605579 Mon Sep 17 00:00:00 2001 From: skyhusker Date: Sun, 24 Apr 2005 18:04:05 +0000 Subject: Relaxed fix for errors in ntpdate command, avoiding false error messages. Fixes bug #1357. --- diff --git a/noncore/settings/netsystemtime/mainwindow.cpp b/noncore/settings/netsystemtime/mainwindow.cpp index 01d9a98..1f9f8c3 100644 --- a/noncore/settings/netsystemtime/mainwindow.cpp +++ b/noncore/settings/netsystemtime/mainwindow.cpp @@ -317,7 +317,7 @@ void MainWindow::slotNtpFinished( OProcess *p ) setCaption( tr( "SystemTime" ) ); // Verify run was successful - if ( p->exitStatus() != 0 || !p->normalExit() ) + if ( p->exitStatus() != 0 ) { if ( isVisible() && ntpInteractive ) { -- cgit v0.9.0.2