Author: jsmeix
Date: Fri Apr 30 10:20:24 2010
New Revision: 61927
URL: http://svn.opensuse.org/viewcvs/yast?rev=61927&view=rev
Log:
Also replaced wrong wording "implicitely" with "indirectly"
in Printer.ycp.
Modified:
trunk/printer/src/Printer.ycp
Modified: trunk/printer/src/Printer.ycp
URL: http://svn.opensuse.org/viewcvs/yast/trunk/printer/src/Printer.ycp?rev=6192…
==============================================================================
--- trunk/printer/src/Printer.ycp (original)
+++ trunk/printer/src/Printer.ycp Fri Apr 30 10:20:24 2010
@@ -2268,7 +2268,7 @@
if( ! Printerlib::ExecuteBashCommand( "type -P netcat" ) )
{ // netcat is required for a meaningful test
// but in most cases TestClientOnlyServer is called
- // implicitely without a button click by the user
+ // indirectly without a button click by the user
// so that even the netcat test is silently skipped
// and no negative feedback is shown when netcat is not executable:
if( fail_if_executable_is_missing )
@@ -2288,7 +2288,7 @@
// but some output is needed for the Popup::ErrorDetails below:
if( Printerlib::ExecuteBashCommand( "netcat -v -w 1 -z " + server_name + " 631" ) )
{ // Don't show positive feedback because this would be annoying popups for the user
- // because in most cases TestClientOnlyServer is called implicitely without a button click.
+ // because in most cases TestClientOnlyServer is called indirectly without a button click.
return true;
}
// The netcat-test failed:
@@ -2340,7 +2340,7 @@
}
// netcat was not executable but at least the ping-test was successful.
// Don't show positive feedback because this would be annoying popups for the user
- // because in most cases TestClientOnlyServer is called implicitely without a button click.
+ // because in most cases TestClientOnlyServer is called indirectly without a button click.
return true;
}
// The ping-test failed:
@@ -2393,7 +2393,7 @@
}
// ping was not executable but at least the host-test was successful.
// Don't show positive feedback because this would be annoying popups for the user
- // because in most cases TestClientOnlyServer is called implicitely without a button click.
+ // because in most cases TestClientOnlyServer is called indirectly without a button click.
return true;
}
// The host-test failed:
@@ -2421,7 +2421,7 @@
}
// Neither netcat nor ping nor host were executable.
// Don't show any kind of feedback because this would be annoying popups for the user
- // because in most cases TestClientOnlyServer is called implicitely without a button click
+ // because in most cases TestClientOnlyServer is called indirectly without a button click
// so that nothing else could be done in this case except a "hope-for-the-best" successful return:
return true;
}
--
To unsubscribe, e-mail: yast-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: yast-commit+help(a)opensuse.org
Author: jsmeix
Date: Fri Apr 30 10:16:58 2010
New Revision: 61926
URL: http://svn.opensuse.org/viewcvs/yast?rev=61926&view=rev
Log:
Replaced wrong wording "implicitely" with "indirectly"
in the last yast2-printer.changes entry.
Modified:
trunk/printer/package/yast2-printer.changes
Modified: trunk/printer/package/yast2-printer.changes
URL: http://svn.opensuse.org/viewcvs/yast/trunk/printer/package/yast2-printer.ch…
==============================================================================
--- trunk/printer/package/yast2-printer.changes (original)
+++ trunk/printer/package/yast2-printer.changes Fri Apr 30 10:16:58 2010
@@ -4,7 +4,7 @@
- Do no longer show positive feedback in TestClientOnlyServer
because this would cause annoying popups for the user
because in most cases TestClientOnlyServer is called
- implicitely without a button click.
+ indirectly without a button click.
Only show positive feedback in printingvianetwork.ycp
when TestClientOnlyServer is called by the user when
clicking the [Test Server] button.
--
To unsubscribe, e-mail: yast-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: yast-commit+help(a)opensuse.org
Author: jsmeix
Date: Thu Apr 29 15:49:48 2010
New Revision: 61920
URL: http://svn.opensuse.org/viewcvs/yast?rev=61920&view=rev
Log:
- Do no longer show positive feedback in TestClientOnlyServer
because this would cause annoying popups for the user
because in most cases TestClientOnlyServer is called
implicitely without a button click.
Only show positive feedback in printingvianetwork.ycp
when TestClientOnlyServer is called by the user when
clicking the [Test Server] button.
- 2.19.9
Modified:
trunk/printer/package/yast2-printer.changes
Modified: trunk/printer/package/yast2-printer.changes
URL: http://svn.opensuse.org/viewcvs/yast/trunk/printer/package/yast2-printer.ch…
==============================================================================
--- trunk/printer/package/yast2-printer.changes (original)
+++ trunk/printer/package/yast2-printer.changes Thu Apr 29 15:49:48 2010
@@ -1,4 +1,16 @@
-------------------------------------------------------------------
+Thu Apr 29 15:48:27 CEST 2010 - jsmeix(a)suse.de
+
+- Do no longer show positive feedback in TestClientOnlyServer
+ because this would cause annoying popups for the user
+ because in most cases TestClientOnlyServer is called
+ implicitely without a button click.
+ Only show positive feedback in printingvianetwork.ycp
+ when TestClientOnlyServer is called by the user when
+ clicking the [Test Server] button.
+- 2.19.9
+
+-------------------------------------------------------------------
Fri Apr 23 11:39:13 CEST 2010 - jsmeix(a)suse.de
- In overview.ycp added an initial responsive test if CUPS server
--
To unsubscribe, e-mail: yast-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: yast-commit+help(a)opensuse.org