View | Details | Raw Unified | Return to bug 395333
Collapse All | Expand All

(-)inst_suse_register.ycp (-1 / +1 lines)
Lines 856-862 Link Here
856
    {   // (bnc#395333)
856
    {   // (bnc#395333)
857
        y2milestone ("Current sources: %1",  Pkg::SourceGetCurrent (true));
857
        y2milestone ("Current sources: %1",  Pkg::SourceGetCurrent (true));
858
        // #172665
858
        // #172665
859
        Pkg::SourceFinishAll ();
859
        Pkg::SourceSaveAll ();
860
        Pkg::TargetFinish ();
860
        Pkg::TargetFinish ();
861
        Wizard::CloseDialog();
861
        Wizard::CloseDialog();
862
    }
862
    }

Return to bug 395333