Update of /cvsroot/gaim/gaim/src
In directory usw-pr-cvs1:/tmp/cvs-serv31910
Modified Files:
multi.c
Log Message:
hi
Index: multi.c
===================================================================
RCS file: /cvsroot/gaim/gaim/src/multi.c,v
retrieving revision 1.93
retrieving revision 1.94
diff -u -d -r1.93 -r1.94
--- multi.c 2001/10/17 10:11:46 1.93
+++ multi.c 2001/10/17 17:43:17 1.94
@@ -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)
|