[yast-commit] r42712 - in /trunk/core: VERSION libyui/src/YEvent.cc package/yast2-core.changes
Author: sh-sh-sh Date: Wed Dec 5 14:53:04 2007 New Revision: 42712 URL: http://svn.opensuse.org/viewcvs/yast?rev=42712&view=rev Log: fixed YMenuEvent(string) Modified: trunk/core/VERSION trunk/core/libyui/src/YEvent.cc trunk/core/package/yast2-core.changes Modified: trunk/core/VERSION URL: http://svn.opensuse.org/viewcvs/yast/trunk/core/VERSION?rev=42712&r1=42711&r2=42712&view=diff ============================================================================== --- trunk/core/VERSION (original) +++ trunk/core/VERSION Wed Dec 5 14:53:04 2007 @@ -1 +1 @@ -2.16.12 +2.16.13 Modified: trunk/core/libyui/src/YEvent.cc URL: http://svn.opensuse.org/viewcvs/yast/trunk/core/libyui/src/YEvent.cc?rev=42712&r1=42711&r2=42712&view=diff ============================================================================== --- trunk/core/libyui/src/YEvent.cc (original) +++ trunk/core/libyui/src/YEvent.cc Wed Dec 5 14:53:04 2007 @@ -279,7 +279,7 @@ YSimpleEvent::YSimpleEvent( EventType eventType, const char * id ) : YEvent( eventType ) - , _id( YCPSymbol( id ) ) + , _id( YCPString( id ) ) { } @@ -287,7 +287,7 @@ YSimpleEvent::YSimpleEvent( EventType eventType, const string & id ) : YEvent( eventType ) - , _id( YCPSymbol( id.c_str() ) ) + , _id( YCPString( id.c_str() ) ) { } Modified: trunk/core/package/yast2-core.changes URL: http://svn.opensuse.org/viewcvs/yast/trunk/core/package/yast2-core.changes?rev=42712&r1=42711&r2=42712&view=diff ============================================================================== --- trunk/core/package/yast2-core.changes (original) +++ trunk/core/package/yast2-core.changes Wed Dec 5 14:53:04 2007 @@ -1,4 +1,13 @@ ------------------------------------------------------------------- +Wed Dec 5 14:42:32 CET 2007 - sh@suse.de + +- Fixed YMenuEvent( string ) handling: +=> Fixed bug #346158: Hyperlinks don't work +=> Fixed bug #346165: Wizard tree selection doesn't work + +- V 2.16.13 + +------------------------------------------------------------------- Wed Dec 5 11:53:14 CET 2007 - sh@suse.de - Fixed bug #346139: CheckBoxFrame is inverted -- 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