Summary: | Emoticons which contain a smaller emoticon inside them do not display | ||
---|---|---|---|
Product: | [Unmaintained] kopete | Reporter: | Seth Kinast <seth> |
Component: | libkopete | Assignee: | Kopete Developers <kopete-bugs-null> |
Status: | RESOLVED DUPLICATE | ||
Severity: | normal | CC: | knollbert+kdebugs |
Priority: | NOR | ||
Version: | 0.40.0 | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | Fixes the sorting of the emoticons for KDE 4.1 Revision 812010 |
Description
Seth Kinast
2005-12-19 07:42:54 UTC
I'm having the same problem here with version 0.11.91, compiled from source with kde 3.5.1 According to the code, it is taken by the order they are in the xml file. Right; that makes this a bug according to the spec (written by you ;) ) :-() doesn't show as an emoticon when spaces are turned off r828851 kdenetwork Created attachment 26951 [details]
Fixes the sorting of the emoticons for KDE 4.1 Revision 812010
In revision 812010 the emoticons are unsorted. This patch fixes that.
It probably doesn't follow KDE standards but it works.
The patch sorts, using qSort, according to size largest to smallest. This allows the rest of the code to behave as expected. It still applies cleanly to revision 869212 *** This bug has been marked as a duplicate of bug 174262 *** |