diff src/multi.c @ 2525:4fc6aac9da94

[gaim-migrate @ 2538] hi committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Wed, 17 Oct 2001 17:43:17 +0000
parents 108b3eab22aa
children e49ab50736bf
line wrap: on
line diff
--- a/src/multi.c	Wed Oct 17 15:10:36 2001 +0000
+++ b/src/multi.c	Wed Oct 17 17:43:17 2001 +0000
@@ -558,6 +558,10 @@
 		gtk_widget_hide(u->checkmail);
 	if (!(p->options & OPT_PROTO_BUDDY_ICON))
 		gtk_widget_hide(u->iconsel);
+
+	if ((p->options & OPT_PROTO_BUDDY_ICON) || (p->options & OPT_PROTO_MAIL_CHECK))
+		return;
+	gtk_widget_hide(u->user_frame);
 }
 
 static void generate_protocol_options(struct mod_user *u, GtkWidget *box)