# HG changeset patch # User Richard Laager # Date 1126292789 0 # Node ID c80edbd8961a4e1281ba0e6f18c196901af355bd # Parent e9251afae7b8b5330e2fe5c400ec149d265cfa44 [gaim-migrate @ 13723] I don't see a reason to want to see nick changes for a user that is ignored. committer: Tailor Script diff -r e9251afae7b8 -r c80edbd8961a src/conversation.c --- a/src/conversation.c Fri Sep 09 18:30:16 2005 +0000 +++ b/src/conversation.c Fri Sep 09 19:06:29 2005 +0000 @@ -2091,8 +2091,9 @@ its_me = TRUE; } - if (gaim_prefs_get_bool("/core/conversations/chat/show_nick_change") || - gaim_conv_chat_is_user_ignored(chat, new_user)) { + if (gaim_prefs_get_bool("/core/conversations/chat/show_nick_change") && + !gaim_conv_chat_is_user_ignored(chat, new_user)) { + if(its_me) { g_snprintf(tmp, sizeof(tmp), _("You are now known as %s"), new_user);