[yast-commit] r64725 - /branches/SuSE-Code-11-SP2-Branch/installation/src/clients/inst_proposal.ycp
![](https://seccdn.libravatar.org/avatar/a36961f55c5967302ecb23457480797b.jpg?s=120&d=mm&r=g)
Author: locilka Date: Mon Jul 4 13:55:04 2011 New Revision: 64725 URL: http://svn.opensuse.org/viewcvs/yast?rev=64725&view=rev Log: A different "UserInput" method used (to match 11.2+) Modified: branches/SuSE-Code-11-SP2-Branch/installation/src/clients/inst_proposal.ycp Modified: branches/SuSE-Code-11-SP2-Branch/installation/src/clients/inst_proposal.ycp URL: http://svn.opensuse.org/viewcvs/yast/branches/SuSE-Code-11-SP2-Branch/instal... ============================================================================== --- branches/SuSE-Code-11-SP2-Branch/installation/src/clients/inst_proposal.ycp (original) +++ branches/SuSE-Code-11-SP2-Branch/installation/src/clients/inst_proposal.ycp Mon Jul 4 13:55:04 2011 @@ -1158,7 +1158,7 @@ // 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; -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
participants (1)
-
locilka@svn2.opensuse.org