changeset 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 0fb3f9945e18
children 413a81136e3a
files src/multi.c
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
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)