[yast-commit] r67183 - in /branches/SuSE-Code-11-SP1-Branch/packager: VERSION package/yast2-packager.changes src/clients/inst_rpmcopy.ycp
Author: lslezak Date: Fri Jan 13 13:43:41 2012 New Revision: 67183 URL: http://svn.opensuse.org/viewcvs/yast?rev=67183&view=rev Log: Backported SP2 fix: - fixed slideshow initialization - in add-on workflow the initialization was called too late resulting in still 0% total progress during whole installation (bnc#663301) - 2.17.78.3 Modified: branches/SuSE-Code-11-SP1-Branch/packager/VERSION branches/SuSE-Code-11-SP1-Branch/packager/package/yast2-packager.changes branches/SuSE-Code-11-SP1-Branch/packager/src/clients/inst_rpmcopy.ycp Modified: branches/SuSE-Code-11-SP1-Branch/packager/VERSION URL: http://svn.opensuse.org/viewcvs/yast/branches/SuSE-Code-11-SP1-Branch/packag... ============================================================================== --- branches/SuSE-Code-11-SP1-Branch/packager/VERSION (original) +++ branches/SuSE-Code-11-SP1-Branch/packager/VERSION Fri Jan 13 13:43:41 2012 @@ -1 +1 @@ -2.17.78.2 +2.17.78.3 Modified: branches/SuSE-Code-11-SP1-Branch/packager/package/yast2-packager.changes URL: http://svn.opensuse.org/viewcvs/yast/branches/SuSE-Code-11-SP1-Branch/packag... ============================================================================== --- branches/SuSE-Code-11-SP1-Branch/packager/package/yast2-packager.changes (original) +++ branches/SuSE-Code-11-SP1-Branch/packager/package/yast2-packager.changes Fri Jan 13 13:43:41 2012 @@ -1,4 +1,12 @@ ------------------------------------------------------------------- +Fri Jan 13 12:41:39 UTC 2012 - lslezak@suse.cz + +- fixed slideshow initialization - in add-on workflow the + initialization was called too late resulting in still 0% total + progress during whole installation (bnc#663301) +- 2.17.78.3 + +------------------------------------------------------------------- Mon Oct 24 11:18:07 UTC 2011 - lslezak@suse.cz - fixed UI syntax error in package callbacks when there is a popup Modified: branches/SuSE-Code-11-SP1-Branch/packager/src/clients/inst_rpmcopy.ycp URL: http://svn.opensuse.org/viewcvs/yast/branches/SuSE-Code-11-SP1-Branch/packag... ============================================================================== --- branches/SuSE-Code-11-SP1-Branch/packager/src/clients/inst_rpmcopy.ycp (original) +++ branches/SuSE-Code-11-SP1-Branch/packager/src/clients/inst_rpmcopy.ycp Fri Jan 13 13:43:41 2012 @@ -410,6 +410,9 @@ integer maxnumbercds = cdnumbers["maxnumbercds"]:10; integer current_cd_no = cdnumbers["current_cd_no"]:1; + // re-initialize package information + PackageSlideShow::InitPkgData(true); + map <string, map <string,any> > get_setup = SlideShow::GetSetup(); if (get_setup == nil || get_setup == $[]) { y2milestone ("No SlideShow setup has been set, adjusting"); @@ -422,8 +425,6 @@ } get_setup = nil; - // re-initialize package information - PackageSlideShow::InitPkgData(true); // we want the table SlideShow::ShowTable(); -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
participants (1)
-
lslezak@svn2.opensuse.org