Author: visnov Date: Wed Oct 1 17:08:31 2008 New Revision: 51764 URL: http://svn.opensuse.org/viewcvs/yast?rev=51764&view=rev Log: - fix bnc#431261 Modified: trunk/yast2/library/packages/src/SlideShow.ycp trunk/yast2/package/yast2.changes Modified: trunk/yast2/library/packages/src/SlideShow.ycp URL: http://svn.opensuse.org/viewcvs/yast/trunk/yast2/library/packages/src/SlideShow.ycp?rev=51764&r1=51763&r2=51764&view=diff ============================================================================== --- trunk/yast2/library/packages/src/SlideShow.ycp (original) +++ trunk/yast2/library/packages/src/SlideShow.ycp Wed Oct 1 17:08:31 2008 @@ -685,6 +685,7 @@ } else { + // no tabs contents = DetailsPageWidgets(); } @@ -699,6 +700,10 @@ widgets_created = true; + // if no tabs, update the log + if( ShowingDetails() ) + RebuildDetailsView(); + if ( ! Slides::HaveSlides() && ShowingSlide() ) SwitchToDetailsView(); } Modified: trunk/yast2/package/yast2.changes URL: http://svn.opensuse.org/viewcvs/yast/trunk/yast2/package/yast2.changes?rev=51764&r1=51763&r2=51764&view=diff ============================================================================== --- trunk/yast2/package/yast2.changes (original) +++ trunk/yast2/package/yast2.changes Wed Oct 1 17:08:31 2008 @@ -1,4 +1,9 @@ ------------------------------------------------------------------- +Wed Oct 1 17:07:00 CEST 2008 - visnov@suse.cz + +- Show old action logs when rebuilding slideshow dialog (bnc #431261) + +------------------------------------------------------------------- Tue Sep 30 15:27:45 CEST 2008 - tgoettlicher@suse.de - Fixed forgotten unregister from agent -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org