Mercurial > pidgin
diff 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 |
line wrap: on
line diff
--- a/src/aim.c Tue Jan 21 05:12:53 2003 +0000 +++ b/src/aim.c Tue Jan 21 05:20:10 2003 +0000 @@ -65,7 +65,6 @@ GList *log_conversations = NULL; GList *buddy_pounces = NULL; GSList *away_messages = NULL; -GList *conversations = NULL; GSList *message_queue = NULL; GSList *unread_message_queue = NULL; GSList *away_time_queue = NULL;
