comparison src/aim.c @ 4376:2c985a9e994c

[gaim-migrate @ 4642] The conversations list is no longer public, and shouldn't have been in aim.c. This should fix some crashes that may have resulted in the notify and timestamp plugins. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Tue, 21 Jan 2003 05:20:10 +0000
parents 5fb47ec9bfe4
children eed028527289
comparison
equal deleted inserted replaced
4375:90eaa3486949 4376:2c985a9e994c
63 static GtkWidget *pass; 63 static GtkWidget *pass;
64 64
65 GList *log_conversations = NULL; 65 GList *log_conversations = NULL;
66 GList *buddy_pounces = NULL; 66 GList *buddy_pounces = NULL;
67 GSList *away_messages = NULL; 67 GSList *away_messages = NULL;
68 GList *conversations = NULL;
69 GSList *message_queue = NULL; 68 GSList *message_queue = NULL;
70 GSList *unread_message_queue = NULL; 69 GSList *unread_message_queue = NULL;
71 GSList *away_time_queue = NULL; 70 GSList *away_time_queue = NULL;
72 71
73 GtkWidget *mainwindow = NULL; 72 GtkWidget *mainwindow = NULL;