![](https://seccdn.libravatar.org/avatar/d788d4d6ea7d5ed777eaa8feaaa2c1d8.jpg?s=120&d=mm&r=g)
Author: sh-sh-sh Date: Mon Dec 3 12:44:53 2007 New Revision: 42592 URL: http://svn.opensuse.org/viewcvs/yast?rev=42592&view=rev Log: Also allow setting a RadioButtonGroup's CurrentItem via Value Modified: trunk/core/libyui/src/YCPPropertyHandler.cc Modified: trunk/core/libyui/src/YCPPropertyHandler.cc URL: http://svn.opensuse.org/viewcvs/yast/trunk/core/libyui/src/YCPPropertyHandle... ============================================================================== --- trunk/core/libyui/src/YCPPropertyHandler.cc (original) +++ trunk/core/libyui/src/YCPPropertyHandler.cc Mon Dec 3 12:44:53 2007 @@ -79,6 +79,7 @@ if ( trySetTableValue ( widget, val ) ) return true; if ( trySetComboBoxValue ( widget, val ) ) return true; if ( trySetDumbTabValue ( widget, val ) ) return true; + if ( trySetRadioButtonGroupCurrentButton( widget, val ) ) return true; } else if ( propertyName == YUIProperty_Values ) { -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org