Mercurial > pidgin
changeset 11481:c80edbd8961a
[gaim-migrate @ 13723]
I don't see a reason to want to see nick changes for a user that is ignored.
committer: Tailor Script <tailor@pidgin.im>
author | Richard Laager <rlaager@wiktel.com> |
---|---|
date | Fri, 09 Sep 2005 19:06:29 +0000 |
parents | e9251afae7b8 |
children | 3ced52f7ace2 |
files | src/conversation.c |
diffstat | 1 files changed, 3 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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);