https://bugs.kde.org/show_bug.cgi?id=229141


Glen Kaukola <gkauk...@cs.ucr.edu> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |ASSIGNED
     Ever Confirmed|0                           |1




--- Comment #5 from Glen Kaukola <gkaukola cs ucr edu>  2010-03-27 06:15:32 ---
Caused by this:
https://bugs.kde.org/show_bug.cgi?id=140673

>From /home/kdedev/kde/src/KDE/kdelibs/kio/bookmarks/kbookmark.cc:
QString KBookmark::fullText() const
{
    if (isSeparator())
        return i18n("--- separator ---");

    QString text = element.namedItem("title").toElement().text();
    text.replace('\n', ' '); // #140673
    return text;
}

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Okular-devel mailing list
Okular-devel@kde.org
https://mail.kde.org/mailman/listinfo/okular-devel

Reply via email to