Mercurial > pidgin
annotate plugins/.cvsignore @ 7469:603a58cd23dc
[gaim-migrate @ 8082]
This should fix the problem where some MSN users in the buddy list were
showing the offline emblem, indicating that gaim and the server disagree as
to whether or not the buddy should be there. That icon was for testing
purposes, and should never have been seen by a user. The problem was that
in the code, we were looking for a list of all buddies, and would add new
ones if not found. The problem was that we'd get duplicates, as some would
be in foo@bar.com form, and some in FOO@bar.com form, or mixed-case, or
whatever. Now, our msn_normalize() converts a string to lowercase first.
We'll see how well this works, but it fixed the problem here.
committer: Tailor Script <tailor@pidgin.im>
author | Christian Hammond <chipx86@chipx86.com> |
---|---|
date | Mon, 10 Nov 2003 22:13:18 +0000 |
parents | 936133f7c755 |
children | 218d0aec518d |
rev | line source |
---|---|
172 | 1 Makefile |
2 Makefile.in | |
6825
936133f7c755
[gaim-migrate @ 7369]
Christian Hammond <chipx86@chipx86.com>
parents:
5205
diff
changeset
|
3 .*.swp |
4204
dac73d754f6a
[gaim-migrate @ 4440]
Christian Hammond <chipx86@chipx86.com>
parents:
4202
diff
changeset
|
4 .deps |
1507
e16f5ec3c3e6
[gaim-migrate @ 1517]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
172
diff
changeset
|
5 .libs |
5205
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
4204
diff
changeset
|
6 *.dll |
4202
59751fe608c5
[gaim-migrate @ 4438]
Christian Hammond <chipx86@chipx86.com>
parents:
3702
diff
changeset
|
7 *.la |
59751fe608c5
[gaim-migrate @ 4438]
Christian Hammond <chipx86@chipx86.com>
parents:
3702
diff
changeset
|
8 *.lo |