# HG changeset patch # User Elliott Sales de Andrade # Date 1198902377 0 # Node ID 800ede833f99c97e591e81bb94b605de7353e816 # Parent 18628d7aba30cb4aa01685a36b185bce7aeac2a0 Patch from QuLogic to prevent multiple alias editing fields in the infopane. Fixes #4467. committer: John Bailey diff -r 18628d7aba30 -r 800ede833f99 pidgin/gtkconv.c --- 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; }