diff src/util.c @ 4695:4bdd9a5fd026

[gaim-migrate @ 5006] This may very well have issues, but it's a slightly better core/ui split, removing global variables and fixing some GTK+ runtime errors and a couple segfaults. It's some progress. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Mon, 10 Mar 2003 18:16:29 +0000
parents 283fb289c510
children 912bacf989d7
line wrap: on
line diff
--- a/src/util.c	Mon Mar 10 16:39:46 2003 +0000
+++ b/src/util.c	Mon Mar 10 18:16:29 2003 +0000
@@ -815,6 +815,9 @@
 {
 	GSList *awy = away_messages;
 	struct away_message *a, *message = NULL;
+	struct gaim_gtk_buddy_list *gtkblist;
+
+	gtkblist = GAIM_GTK_BLIST(gaim_get_blist());
 
 	if (!gtkblist->window) {
 		return;