[yast-commit] r67199 - in /branches/SuSE-Code-11-SP2-Branch/network: package/yast2-network.changes src/lan/address.ycp

Author: mvidner Date: Fri Jan 13 16:03:53 2012 New Revision: 67199 URL: http://svn.opensuse.org/viewcvs/yast?rev=67199&view=rev Log: Fixed the bonding label again following info from mt (bnc#737333#c18). Modified: branches/SuSE-Code-11-SP2-Branch/network/package/yast2-network.changes branches/SuSE-Code-11-SP2-Branch/network/src/lan/address.ycp Modified: branches/SuSE-Code-11-SP2-Branch/network/package/yast2-network.changes URL: http://svn.opensuse.org/viewcvs/yast/branches/SuSE-Code-11-SP2-Branch/network/package/yast2-network.changes?rev=67199&r1=67198&r2=67199&view=diff ============================================================================== --- branches/SuSE-Code-11-SP2-Branch/network/package/yast2-network.changes (original) +++ branches/SuSE-Code-11-SP2-Branch/network/package/yast2-network.changes Fri Jan 13 16:03:53 2012 @@ -3,7 +3,7 @@ - AY keep_install_network: merge dns and routing from linuxrc item by item, not just in bulk (bnc#712864). -- Clarified the label for BOOTPROTO=none: "No Setup (Bridge or +- Clarified the label for BOOTPROTO=none: "No Link and IP Setup ( Bonding Slaves)" (bnc#737333). - 2.17.166 Modified: branches/SuSE-Code-11-SP2-Branch/network/src/lan/address.ycp URL: http://svn.opensuse.org/viewcvs/yast/branches/SuSE-Code-11-SP2-Branch/network/src/lan/address.ycp?rev=67199&r1=67198&r2=67199&view=diff ============================================================================== --- branches/SuSE-Code-11-SP2-Branch/network/src/lan/address.ycp (original) +++ branches/SuSE-Code-11-SP2-Branch/network/src/lan/address.ycp Fri Jan 13 16:03:53 2012 @@ -225,7 +225,7 @@ void initBootProto (string key) { if (LanItems::type=="br") UI::ReplaceWidget(`rp, `Empty()); else if (LanItems::type!="eth") UI::ReplaceWidget(`rp, `Left( - `RadioButton(`id(`none),`opt(`notify), _("No Setup (Bridge or Bonding Slaves)")))); + `RadioButton(`id(`none),`opt(`notify), _("No Link and IP Setup (Bonding Slaves)")))); switch(settings["BOOTPROTO"]:""){ case "static": UI::ChangeWidget(`id(`bootproto), `CurrentButton, `static); UI::ChangeWidget(`id(`ipaddr), `Value, settings["IPADDR"]:""); @@ -680,7 +680,7 @@ `ReplacePoint(`id(`rp), `Left( `HBox( - `RadioButton(`id(`none),`opt(`notify), _("No Setup (Bridge or Bonding Slaves)")), + `RadioButton(`id(`none),`opt(`notify), _("No Link and IP Setup (Bonding Slaves)")), `HSpacing(1), `CheckBox(`id(`ibft), `opt(`notify), _("Use iBFT values")) ) -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
participants (1)
-
mvidner@svn2.opensuse.org