Author: gs Date: Thu Oct 30 16:47:49 2008 New Revision: 52759 URL: http://svn.opensuse.org/viewcvs/yast?rev=52759&view=rev Log: correct substring Modified: trunk/audit-laf/src/complex.ycp Modified: trunk/audit-laf/src/complex.ycp URL: http://svn.opensuse.org/viewcvs/yast/trunk/audit-laf/src/complex.ycp?rev=52759&r1=52758&r2=52759&view=diff ============================================================================== --- trunk/audit-laf/src/complex.ycp (original) +++ trunk/audit-laf/src/complex.ycp Thu Oct 30 16:47:49 2008 @@ -252,7 +252,7 @@ { UI::ChangeWidget( `id(key), `Value, "EXEC" ); UI::ChangeWidget( `id(key+"_exec"), `Enabled, true ); - UI::ChangeWidget( `id(key+"_exec"), `Value, substring( AuditLaf::GetAuditdOption(key), 4 ) ); + UI::ChangeWidget( `id(key+"_exec"), `Value, substring( AuditLaf::GetAuditdOption(key), 5 ) ); } else { -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org