# HG changeset patch # User Sean Egan # Date 1018970699 0 # Node ID a0a0b00f214b196789e645e4dce5c0159f44c734 # Parent fb4393b3da5ff69e30bb2a4f4833faddd8cc7002 [gaim-migrate @ 3170] Whoops, wrong CVS commit. ;) Thanks, Jason Willis. committer: Tailor Script diff -r fb4393b3da5f -r a0a0b00f214b src/buddy.c --- a/src/buddy.c Tue Apr 16 15:04:28 2002 +0000 +++ b/src/buddy.c Tue Apr 16 15:24:59 2002 +0000 @@ -506,7 +506,9 @@ void set_blist_tab() { GtkWidget *blist_notebook; - + if (!buddypane) + return; + blist_notebook = buddypane->parent; /* The "Online" Page */ debug_printf("blist_options = %d\n", blist_options);