| 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); |