Author: mzugec Date: Thu Apr 2 11:58:36 2009 New Revision: 56568 URL: http://svn.opensuse.org/viewcvs/yast?rev=56568&view=rev Log: fixed overview dialog for additional addresses (bnc#420074) Modified: branches/SuSE-SLE-10-SP3-Branch/network/VERSION branches/SuSE-SLE-10-SP3-Branch/network/package/yast2-network.changes branches/SuSE-SLE-10-SP3-Branch/network/src/routines/complex.ycp Modified: branches/SuSE-SLE-10-SP3-Branch/network/VERSION URL: http://svn.opensuse.org/viewcvs/yast/branches/SuSE-SLE-10-SP3-Branch/network/VERSION?rev=56568&r1=56567&r2=56568&view=diff ============================================================================== --- branches/SuSE-SLE-10-SP3-Branch/network/VERSION (original) +++ branches/SuSE-SLE-10-SP3-Branch/network/VERSION Thu Apr 2 11:58:36 2009 @@ -1 +1 @@ -2.13.125 +2.13.126 Modified: branches/SuSE-SLE-10-SP3-Branch/network/package/yast2-network.changes URL: http://svn.opensuse.org/viewcvs/yast/branches/SuSE-SLE-10-SP3-Branch/network/package/yast2-network.changes?rev=56568&r1=56567&r2=56568&view=diff ============================================================================== --- branches/SuSE-SLE-10-SP3-Branch/network/package/yast2-network.changes (original) +++ branches/SuSE-SLE-10-SP3-Branch/network/package/yast2-network.changes Thu Apr 2 11:58:36 2009 @@ -1,4 +1,10 @@ ------------------------------------------------------------------- +Thu Apr 2 11:47:13 CEST 2009 - mzugec@suse.de + +- fixed overview dialog for additional addresses (bnc#420074) +- 2.14.126 + +------------------------------------------------------------------- Wed Mar 18 14:56:28 CET 2009 - kmachalkova@suse.cz - Escape '\' characters in username when writing .curlrc (backport Modified: branches/SuSE-SLE-10-SP3-Branch/network/src/routines/complex.ycp URL: http://svn.opensuse.org/viewcvs/yast/branches/SuSE-SLE-10-SP3-Branch/network/src/routines/complex.ycp?rev=56568&r1=56567&r2=56568&view=diff ============================================================================== --- branches/SuSE-SLE-10-SP3-Branch/network/src/routines/complex.ycp (original) +++ branches/SuSE-SLE-10-SP3-Branch/network/src/routines/complex.ycp Thu Apr 2 11:58:36 2009 @@ -578,6 +578,7 @@ overview = add(overview, item); /* aliases summary */ +/* map<string,map> aliasee = v["_aliases"]:$[]; if(aliasee != $[]) maplist(string aid, map amap, aliasee, { @@ -586,6 +587,7 @@ item = `item(`id(adev), DeviceType(adev), adev, ip); overview = add(overview, item); }); +*/ }); }); -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org