[yast-commit] r40714 - /trunk/ntp-client/src/NtpClient.ycp
Author: kmachalkova Date: Mon Sep 3 15:42:01 2007 New Revision: 40714 URL: http://svn.opensuse.org/viewcvs/yast?rev=40714&view=rev Log: Use error popup (Report::Error) if NTP test fails (#306018) Modified: trunk/ntp-client/src/NtpClient.ycp Modified: trunk/ntp-client/src/NtpClient.ycp URL: http://svn.opensuse.org/viewcvs/yast/trunk/ntp-client/src/NtpClient.ycp?rev=40714&r1=40713&r2=40714&view=diff ============================================================================== --- trunk/ntp-client/src/NtpClient.ycp (original) +++ trunk/ntp-client/src/NtpClient.ycp Mon Sep 3 15:42:01 2007 @@ -971,8 +971,9 @@ } else { - // message report - result of test of connection to NTP server - Report::Message (_("Server is unreachable or does not respond properly.")); + // error message - result of test of connection to NTP server + // report error instead of simple message (#306018) + Report::Error (_("Server is unreachable or does not respond properly.")); } } return ok; -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
participants (1)
-
kmachalkova@svn.opensuse.org