Mercurial > pidgin
changeset 10179:97ee3bf7bcf7
[gaim-migrate @ 11294]
Small but noticeable bug fixed.
committer: Tailor Script <tailor@pidgin.im>
author | Christian Hammond <chipx86@chipx86.com> |
---|---|
date | Sun, 14 Nov 2004 20:20:08 +0000 |
parents | 96a850ab30c8 |
children | 04516341e9a5 |
files | src/gtkstatusselector.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/gtkstatusselector.c Sun Nov 14 20:15:09 2004 +0000 +++ b/src/gtkstatusselector.c Sun Nov 14 20:20:08 2004 +0000 @@ -384,7 +384,7 @@ first_prpl_type = basename; first_account = account; } - else if (!strcmp(first_prpl_type, basename)) + else if (strcmp(first_prpl_type, basename)) single_prpl = FALSE; }