[yast-commit] r38202 - in /trunk/packager: package/yast2-packager.changes src/modules/SlideShow.ycp

Author: lslezak Date: Wed May 30 14:38:23 2007 New Revision: 38202 URL: http://svn.opensuse.org/viewcvs/yast?rev=38202&view=rev Log: - do not show an installation source in the package installation dialog (slideshow) when there is no package to install (#277148) Modified: trunk/packager/package/yast2-packager.changes trunk/packager/src/modules/SlideShow.ycp Modified: trunk/packager/package/yast2-packager.changes URL: http://svn.opensuse.org/viewcvs/yast/trunk/packager/package/yast2-packager.c... ============================================================================== --- trunk/packager/package/yast2-packager.changes (original) +++ trunk/packager/package/yast2-packager.changes Wed May 30 14:38:23 2007 @@ -1,4 +1,10 @@ ------------------------------------------------------------------- +Wed May 30 14:16:09 CEST 2007 - lslezak@suse.cz + +- do not show an installation source in the package installation + dialog (slideshow) when there is no package to install (#277148) + +------------------------------------------------------------------- Fri May 25 13:30:04 CEST 2007 - jsrain@suse.cz - removed outdated translations from .desktop-files (#271209) Modified: trunk/packager/src/modules/SlideShow.ycp URL: http://svn.opensuse.org/viewcvs/yast/trunk/packager/src/modules/SlideShow.yc... ============================================================================== --- trunk/packager/src/modules/SlideShow.ycp (original) +++ trunk/packager/src/modules/SlideShow.ycp Wed May 30 14:38:23 2007 @@ -993,8 +993,7 @@ foreach ( list<integer> inst_src, remaining_sizes_per_cd_per_src, ``{ y2milestone( "src #%1: %2", src_no, inst_src ); - if ( ListSum( inst_src ) > 0 // Ignore sources from where there is nothing is to install - || src_no+1 == current_src_no ) // or if this happens to be the current source + if (ListSum(inst_src) > 0) // Ignore sources from where there is nothing is to install { if ( size( total_sizes_per_cd_per_src ) > 1 ) // Multiple sources? { -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
participants (1)
-
lslezak@svn.opensuse.org