comparison 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
comparison
equal deleted inserted replaced
4694:8f523dbb970e 4695:4bdd9a5fd026
813 813
814 void away_on_login(char *mesg) 814 void away_on_login(char *mesg)
815 { 815 {
816 GSList *awy = away_messages; 816 GSList *awy = away_messages;
817 struct away_message *a, *message = NULL; 817 struct away_message *a, *message = NULL;
818 struct gaim_gtk_buddy_list *gtkblist;
819
820 gtkblist = GAIM_GTK_BLIST(gaim_get_blist());
818 821
819 if (!gtkblist->window) { 822 if (!gtkblist->window) {
820 return; 823 return;
821 } 824 }
822 825