# HG changeset patch # User Christian Hammond # Date 1100463608 0 # Node ID 97ee3bf7bcf76c1d64cf18e3950cceb6d58beeaa # Parent 96a850ab30c8cf832409cd3a5972b59f75356063 [gaim-migrate @ 11294] Small but noticeable bug fixed. committer: Tailor Script diff -r 96a850ab30c8 -r 97ee3bf7bcf7 src/gtkstatusselector.c --- 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; }