changeset 3154:a0a0b00f214b

[gaim-migrate @ 3170] Whoops, wrong CVS commit. ;) Thanks, Jason Willis. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Tue, 16 Apr 2002 15:24:59 +0000
parents fb4393b3da5f
children f658b3920957
files src/buddy.c
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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);