/pidgin/main: 7b0fe0574349: partial fix for #1441 - a field bein...

Nathan Walp nwalp at pidgin.im
Sat Sep 8 19:20:48 EDT 2012


Changeset: 7b0fe0574349a2a14180981b593f80d7c650bd7b
Author:	 Nathan Walp <nwalp at pidgin.im>
Date:	 2012-09-08 12:51 -0400
Branch:	 default
URL: http://hg.pidgin.im/pidgin/main/rev/7b0fe0574349

Description:

partial fix for #1441 - a field being required is no reason not to show it in the tooltip

diffstat:

 pidgin/gtkblist.c |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (13 lines):

diff --git a/pidgin/gtkblist.c b/pidgin/gtkblist.c
--- a/pidgin/gtkblist.c
+++ b/pidgin/gtkblist.c
@@ -3884,8 +3884,7 @@ static char *pidgin_get_tooltip_text(Pur
 		{
 			pce = cur->data;
 
-			if (!pce->secret && (!pce->required &&
-				g_hash_table_lookup(purple_chat_get_components(chat), pce->identifier) == NULL))
+			if (!pce->secret)
 			{
 				tmp = purple_text_strip_mnemonic(pce->label);
 				name = g_markup_escape_text(tmp, -1);



More information about the Commits mailing list