src/multi.h

changeset 2248
091ec337929f
parent 2210
37d4364497f5
child 2396
00904be7c222
equal deleted inserted replaced
2247:1a7c17d62431 2248:091ec337929f
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;

mercurial