comparison src/buddy.c @ 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 0697a3ad9f3b
children fce1883cc608
comparison
equal deleted inserted replaced
3153:fb4393b3da5f 3154:a0a0b00f214b
504 } 504 }
505 505
506 void set_blist_tab() 506 void set_blist_tab()
507 { 507 {
508 GtkWidget *blist_notebook; 508 GtkWidget *blist_notebook;
509 509 if (!buddypane)
510 return;
511
510 blist_notebook = buddypane->parent; /* The "Online" Page */ 512 blist_notebook = buddypane->parent; /* The "Online" Page */
511 513
512 debug_printf("blist_options = %d\n", blist_options); 514 debug_printf("blist_options = %d\n", blist_options);
513 if((blist_options & OPT_BLIST_BOTTOM_TAB)) 515 if((blist_options & OPT_BLIST_BOTTOM_TAB))
514 gtk_notebook_set_tab_pos(GTK_NOTEBOOK(blist_notebook), GTK_POS_BOTTOM); 516 gtk_notebook_set_tab_pos(GTK_NOTEBOOK(blist_notebook), GTK_POS_BOTTOM);