Mercurial > pidgin
changeset 21951:800ede833f99
Patch from QuLogic to prevent multiple alias editing fields in the infopane. Fixes #4467.
committer: John Bailey <rekkanoryo@rekkanoryo.org>
author | Elliott Sales de Andrade <qulogic@pidgin.im> |
---|---|
date | Sat, 29 Dec 2007 04:26:17 +0000 |
parents | 18628d7aba30 |
children | 93e2caaa37ac |
files | pidgin/gtkconv.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/pidgin/gtkconv.c Fri Dec 28 17:14:52 2007 +0000 +++ b/pidgin/gtkconv.c Sat Dec 29 04:26:17 2007 +0000 @@ -8702,7 +8702,7 @@ PurpleConversation *conv = gtkconv->active_conv; const char *text = NULL; - if (!GTK_WIDGET_VISIBLE(gtkconv->tab_label)) { + if (!GTK_WIDGET_VISIBLE(gtkconv->infopane)) { /* There's already an entry for alias. Let's not create another one. */ return FALSE; }