diff 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
line wrap: on
line diff
--- a/src/multi.h	Thu Aug 30 00:19:06 2001 +0000
+++ b/src/multi.h	Thu Aug 30 02:37:36 2001 +0000
@@ -77,6 +77,9 @@
 	/* email notification (MSN and Yahoo) */
 	GtkWidget *email_win;
 	GtkWidget *email_label;
+
+	/* buddy icon file */
+	char *iconfile;
 };
 
 struct proto_user_opt {