[yast-commit] r62709 - in /trunk/packager: package/yast2-packager.changes src/clients/sw_single.ycp
Author: lslezak Date: Mon Nov 1 17:34:10 2010 New Revision: 62709 URL: http://svn.opensuse.org/viewcvs/yast?rev=62709&view=rev Log: - sw_single: clear the startup progress dialog so it's not displayed in slow systems at the end (bnc#637201) Modified: trunk/packager/package/yast2-packager.changes trunk/packager/src/clients/sw_single.ycp Modified: trunk/packager/package/yast2-packager.changes URL: http://svn.opensuse.org/viewcvs/yast/trunk/packager/package/yast2-packager.changes?rev=62709&r1=62708&r2=62709&view=diff ============================================================================== --- trunk/packager/package/yast2-packager.changes (original) +++ trunk/packager/package/yast2-packager.changes Mon Nov 1 17:34:10 2010 @@ -1,4 +1,10 @@ ------------------------------------------------------------------- +Mon Nov 1 16:30:27 UTC 2010 - lslezak@suse.cz + +- sw_single: clear the startup progress dialog so it's not + displayed in slow systems at the end (bnc#637201) + +------------------------------------------------------------------- Wed Oct 27 14:36:59 CEST 2010 - mzugec@suse.cz - improved UI layout (bnc#619653) Modified: trunk/packager/src/clients/sw_single.ycp URL: http://svn.opensuse.org/viewcvs/yast/trunk/packager/src/clients/sw_single.ycp?rev=62709&r1=62708&r2=62709&view=diff ============================================================================== --- trunk/packager/src/clients/sw_single.ycp (original) +++ trunk/packager/src/clients/sw_single.ycp Mon Nov 1 17:34:10 2010 @@ -456,7 +456,8 @@ // check the arguments and try the mount/search for local description symbol result = CheckWhichPackages (arg_list); - Progress::Finish(); + // clear the progress dialog so it's not displayed by accident at the end (bnc#637201) + Wizard::SetContents ("", `Empty(), "", false, false); Pkg::SetTextLocale (UI::GetLanguage (true)); -- 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