Mercurial > pidgin
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 2524:0fb3f9945e18 | 2525:4fc6aac9da94 |
|---|---|
| 556 | 556 |
| 557 if (!(p->options & OPT_PROTO_MAIL_CHECK)) | 557 if (!(p->options & OPT_PROTO_MAIL_CHECK)) |
| 558 gtk_widget_hide(u->checkmail); | 558 gtk_widget_hide(u->checkmail); |
| 559 if (!(p->options & OPT_PROTO_BUDDY_ICON)) | 559 if (!(p->options & OPT_PROTO_BUDDY_ICON)) |
| 560 gtk_widget_hide(u->iconsel); | 560 gtk_widget_hide(u->iconsel); |
| 561 | |
| 562 if ((p->options & OPT_PROTO_BUDDY_ICON) || (p->options & OPT_PROTO_MAIL_CHECK)) | |
| 563 return; | |
| 564 gtk_widget_hide(u->user_frame); | |
| 561 } | 565 } |
| 562 | 566 |
| 563 static void generate_protocol_options(struct mod_user *u, GtkWidget *box) | 567 static void generate_protocol_options(struct mod_user *u, GtkWidget *box) |
| 564 { | 568 { |
| 565 struct prpl *p = find_prpl(u->protocol); | 569 struct prpl *p = find_prpl(u->protocol); |
