comparison src/multi.h @ 2248:cef6d4e81aec

[gaim-migrate @ 2258] per-account? global? i don't know. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Sun, 09 Sep 2001 11:33:08 +0000
parents 3a6fd1e8f00a
children 78fab38249a2
comparison
equal deleted inserted replaced
2247:f721ae9582d5 2248:cef6d4e81aec
76 gboolean wants_to_die; /* defaults to FALSE */ 76 gboolean wants_to_die; /* defaults to FALSE */
77 77
78 /* email notification (MSN and Yahoo) */ 78 /* email notification (MSN and Yahoo) */
79 GtkWidget *email_win; 79 GtkWidget *email_win;
80 GtkWidget *email_label; 80 GtkWidget *email_label;
81
82 /* buddy icon file */
83 char *iconfile;
84 }; 81 };
85 82
86 struct proto_user_opt { 83 struct proto_user_opt {
87 char *label; 84 char *label;
88 char *def; 85 char *def;