diff src/ui.h @ 4608:5fcb44d771d2

[gaim-migrate @ 4896] just because an account signs off doesn't mean we can forget about it ;-) committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Mon, 24 Feb 2003 00:29:54 +0000
parents 493f050dc11a
children 42d53c416bb9
line wrap: on
line diff
--- a/src/ui.h	Sun Feb 23 06:24:00 2003 +0000
+++ b/src/ui.h	Mon Feb 24 00:29:54 2003 +0000
@@ -29,6 +29,8 @@
 #include <gtk/gtk.h>
 #include <gdk-pixbuf/gdk-pixbuf.h>
 
+#include "core.h"
+#include "multi.h"
 #include "gtkconv.h"
 #include "gtkft.h"
 #include "gtkutils.h"
@@ -230,11 +232,12 @@
 
 /* this is used for queuing messages received while away. This is really a UI function
  * which is why the struct is here. */
+
 struct queued_message {
 	char name[80];
 	char *message;
 	time_t tm;
-	struct gaim_connection *gc;
+	struct gaim_account *account;
 	int flags;
 	int len;
 };