Summary: | History plugin: messages containing a \000 character are not shown | ||
---|---|---|---|
Product: | [Unmaintained] kopete | Reporter: | Davide Castellone <dc.kastel> |
Component: | general | Assignee: | Kopete Developers <kopete-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version First Reported In: | unspecified | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Davide Castellone
2008-12-10 23:48:59 UTC
Sorry, it is not 0 but EF BF BC (hex). I don't know what character it should represent. SVN commit 919432 by rjarosz: Remove ObjectReplacementCharacter character because if we call setHtml with it then the html will be empty. Fixes bug when empty messages were shown in chat and history window. BUG: 177442 CCBUG: 182114 M +9 -2 kopetemessage.cpp M +1 -1 kopetemessage.h WebSVN link: http://websvn.kde.org/?view=rev&revision=919432 SVN commit 919436 by rjarosz: Backport commit 919432. Fixes bug when empty messages were shown in chat and history window. CCBUG: 177442 CCBUG: 182114 M +9 -2 kopetemessage.cpp M +1 -1 kopetemessage.h WebSVN link: http://websvn.kde.org/?view=rev&revision=919436 SVN commit 919437 by rjarosz: Backport commit 919432. Fixes bug when empty messages were shown in chat and history window. CCBUG: 177442 CCBUG: 182114 M +9 -2 kopetemessage.cpp M +1 -1 kopetemessage.h WebSVN link: http://websvn.kde.org/?view=rev&revision=919437 |