[yast-commit] r62866 - in /trunk/installation: package/yast2-installation.changes src/clients/inst_proposal.ycp
Author: jsrain Date: Thu Nov 18 11:42:59 2010 New Revision: 62866 URL: http://svn.opensuse.org/viewcvs/yast?rev=62866&view=rev Log: fixed behavior of window closing in installation proposal (bnc#636980) Modified: trunk/installation/package/yast2-installation.changes trunk/installation/src/clients/inst_proposal.ycp Modified: trunk/installation/package/yast2-installation.changes URL: http://svn.opensuse.org/viewcvs/yast/trunk/installation/package/yast2-instal... ============================================================================== --- trunk/installation/package/yast2-installation.changes (original) +++ trunk/installation/package/yast2-installation.changes Thu Nov 18 11:42:59 2010 @@ -1,4 +1,10 @@ ------------------------------------------------------------------- +Thu Nov 18 11:33:48 UTC 2010 - jsrain@suse.cz + +- fixed behavior of window closing in installation proposal + (bnc#636980) + +------------------------------------------------------------------- Thu Sep 30 17:33:48 UTC 2010 - lslezak@suse.cz - don't use spaces in repo alias (bnc#596950) Modified: trunk/installation/src/clients/inst_proposal.ycp URL: http://svn.opensuse.org/viewcvs/yast/trunk/installation/src/clients/inst_pro... ============================================================================== --- trunk/installation/src/clients/inst_proposal.ycp (original) +++ trunk/installation/src/clients/inst_proposal.ycp Thu Nov 18 11:42:59 2010 @@ -1167,7 +1167,11 @@ // Some proposal module can change it while called SetNextButton(); - input = Wizard::UserInput(); + input = UI::UserInput(); + + if ( input == `accept ) return `next; + if ( input == `cancel ) return `abort; + y2milestone("Proposal - UserInput: '%1'", input); richtext_busy_cursor(`id(`proposal ) ); -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
participants (1)
-
jsrain@svn2.opensuse.org