Mercurial > pidgin
comparison src/gtkstatusselector.c @ 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 | 9cff8cc12746 |
comparison
equal
deleted
inserted
replaced
10178:96a850ab30c8 | 10179:97ee3bf7bcf7 |
---|---|
382 if (first_prpl_type == NULL) | 382 if (first_prpl_type == NULL) |
383 { | 383 { |
384 first_prpl_type = basename; | 384 first_prpl_type = basename; |
385 first_account = account; | 385 first_account = account; |
386 } | 386 } |
387 else if (!strcmp(first_prpl_type, basename)) | 387 else if (strcmp(first_prpl_type, basename)) |
388 single_prpl = FALSE; | 388 single_prpl = FALSE; |
389 } | 389 } |
390 | 390 |
391 if (single_prpl) | 391 if (single_prpl) |
392 { | 392 { |