Mercurial > pidgin.yaz
changeset 15028:0570155bed53
[gaim-migrate @ 17810]
fixed
committer: Tailor Script <tailor@pidgin.im>
author | Sean Egan <seanegan@gmail.com> |
---|---|
date | Wed, 22 Nov 2006 18:16:51 +0000 |
parents | b9d24ed4cfce |
children | 9e720be7d8b9 |
files | gtk/gtkblist.c |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/gtk/gtkblist.c Wed Nov 22 18:15:01 2006 +0000 +++ b/gtk/gtkblist.c Wed Nov 22 18:16:51 2006 +0000 @@ -4029,7 +4029,8 @@ gtkblist->vbox = gtk_vbox_new(FALSE, 0); gtk_notebook_append_page(GTK_NOTEBOOK(gtkblist->notebook), gtkblist->vbox, NULL); gtk_widget_show_all(gtkblist->notebook); - + if (gaim_accounts_get_all_active()) + gtk_notebook_set_current_page(GTK_NOTEBOOK(gtkblist->notebook), 1); /****************************** GtkTreeView **********************************/ sw = gtk_scrolled_window_new(NULL,NULL);