[yast-commit] r64803 - /branches/SuSE-Code-11-SP2-Branch/fcoe-client/src/FcoeClient.ycp
Author: gs Date: Thu Jul 14 13:06:47 2011 New Revision: 64803 URL: http://svn.opensuse.org/viewcvs/yast?rev=64803&view=rev Log: check for running network Modified: branches/SuSE-Code-11-SP2-Branch/fcoe-client/src/FcoeClient.ycp Modified: branches/SuSE-Code-11-SP2-Branch/fcoe-client/src/FcoeClient.ycp URL: http://svn.opensuse.org/viewcvs/yast/branches/SuSE-Code-11-SP2-Branch/fcoe-client/src/FcoeClient.ycp?rev=64803&r1=64802&r2=64803&view=diff ============================================================================== --- branches/SuSE-Code-11-SP2-Branch/fcoe-client/src/FcoeClient.ycp (original) +++ branches/SuSE-Code-11-SP2-Branch/fcoe-client/src/FcoeClient.ycp Thu Jul 14 13:06:47 2011 @@ -43,6 +43,7 @@ import "Package"; import "Popup"; import "Service"; +import "NetworkService"; /** * Prototypes @@ -773,8 +774,8 @@ "" ); - // TODO - is this check needed here (like in IsciClient.ycp) - // if(!NetworkService::RunningNetworkPopup()) return false; + // check if network services are running + if(!NetworkService::RunningNetworkPopup()) return false; if(PollAbort()) return false; Progress::NextStage(); -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
participants (1)
-
gs@svn2.opensuse.org