[yast-commit] r42592 - /trunk/core/libyui/src/YCPPropertyHandler.cc
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/YCPPropertyHandler.cc?rev=42592&r1=42591&r2=42592&view=diff ============================================================================== --- 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
participants (1)
-
sh-sh-sh@svn.opensuse.org