[yast-commit] r48617 - /trunk/ldap-server/src/tree_structure.ycp
Author: rhafer Date: Fri Jun 27 15:58:30 2008 New Revision: 48617 URL: http://svn.opensuse.org/viewcvs/yast?rev=48617&view=rev Log: Schema delete through back-config is not supported in OpenLDAP 2.4 Modified: trunk/ldap-server/src/tree_structure.ycp Modified: trunk/ldap-server/src/tree_structure.ycp URL: http://svn.opensuse.org/viewcvs/yast/trunk/ldap-server/src/tree_structure.ycp?rev=48617&r1=48616&r2=48617&view=diff ============================================================================== --- trunk/ldap-server/src/tree_structure.ycp (original) +++ trunk/ldap-server/src/tree_structure.ycp Fri Jun 27 15:58:30 2008 @@ -79,6 +79,7 @@ if( l == nil ) l = []; //widget_map["g_schema","inclist"] = l; UI::ChangeWidget( `sb_schemalist, `Items, l ); + UI::ChangeWidget( `pb_delete, `Enabled, false ); if( select_item != nil ) { UI::ChangeWidget( `sb_schemalist, `CurrentItem, select_item ); -- 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