comparison src/multi.h @ 2197:8f1ca76e46f5

[gaim-migrate @ 2207] able to send out buddy icon now (i keep typing "buggy icon" - freudian slip?). just have to be able to choose it now. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Thu, 30 Aug 2001 02:37:36 +0000
parents c24595d3c364
children 5014b802eb41
comparison
equal deleted inserted replaced
2196:016c5307f26b 2197:8f1ca76e46f5
75 gboolean wants_to_die; /* defaults to FALSE */ 75 gboolean wants_to_die; /* defaults to FALSE */
76 76
77 /* email notification (MSN and Yahoo) */ 77 /* email notification (MSN and Yahoo) */
78 GtkWidget *email_win; 78 GtkWidget *email_win;
79 GtkWidget *email_label; 79 GtkWidget *email_label;
80
81 /* buddy icon file */
82 char *iconfile;
80 }; 83 };
81 84
82 struct proto_user_opt { 85 struct proto_user_opt {
83 char *label; 86 char *label;
84 char *def; 87 char *def;