[yast-commit] r48627 - /trunk/ldap-server/src/widgets.ycp
Author: rhafer Date: Fri Jun 27 15:59:13 2008 New Revision: 48627 URL: http://svn.opensuse.org/viewcvs/yast?rev=48627&view=rev Log: Fixed typo ("sub" vs. "substr") Modified: trunk/ldap-server/src/widgets.ycp Modified: trunk/ldap-server/src/widgets.ycp URL: http://svn.opensuse.org/viewcvs/yast/trunk/ldap-server/src/widgets.ycp?rev=4... ============================================================================== --- trunk/ldap-server/src/widgets.ycp (original) +++ trunk/ldap-server/src/widgets.ycp Fri Jun 27 15:59:13 2008 @@ -439,7 +439,7 @@ if ( currentIdx["pres"]:false ) { UI::ChangeWidget( `cb_idx_pres, `Value, true ); } - if ( currentIdx["substr"]:false ) { + if ( currentIdx["sub"]:false ) { UI::ChangeWidget( `cb_idx_substr, `Value, true ); } } -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
participants (1)
-
rhafer@svn.opensuse.org