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

(-)src/YQPkgRepoList.cc (-2 / +2 lines)
Lines 218-229 Link Here
218
    }
218
    }
219
     
219
     
220
    std::string infoToolTip;
220
    std::string infoToolTip;
221
    infoToolTip += ("<b>" + repo.info().name() + "</b>");
221
    infoToolTip += ("<b>" + fromUTF8(repo.info().name()) + "</b>");
222
222
223
    ZyppProduct product = singleProduct( _zyppRepo );
223
    ZyppProduct product = singleProduct( _zyppRepo );
224
    if ( product )
224
    if ( product )
225
    {
225
    {
226
        infoToolTip += ("<p>" + product->summary() + "</p>");
226
        infoToolTip += ("<p>" + fromUTF8(product->summary()) + "</p>");
227
    }
227
    }
228
    
228
    
229
    if ( ! repo.info().baseUrlsEmpty() )
229
    if ( ! repo.info().baseUrlsEmpty() )

Return to bug 764025