diff src/multi.h @ 2153:0befa2d2e540

[gaim-migrate @ 2163] moving mail notifications to the core. this makes things much easier on the protocols. next steps: make buddy right-click menu stuff generated by the core (based on information provided by the protocols, similar to the away menu stuff); make entry-widget protocol-specific user options generated by the core based on what the protocols tell it (in a similar way). committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Wed, 22 Aug 2001 21:11:58 +0000
parents 815997c7d4f1
children cff133e0ec0c
line wrap: on
line diff
--- a/src/multi.h	Wed Aug 22 17:25:33 2001 +0000
+++ b/src/multi.h	Wed Aug 22 21:11:58 2001 +0000
@@ -73,6 +73,10 @@
 
 	int evil;
 	gboolean wants_to_die; /* defaults to FALSE */
+
+	/* email notification (MSN and Yahoo) */
+	GtkWidget *email_win;
+	GtkWidget *email_label;
 };
 
 /* now that we have our struct, we're going to need lots of them. Maybe even a list of them. */