| 5670 |
5670 |
| 5671 /* Add the topic */ |
5671 /* Add the topic */ |
| 5672 setup_chat_topic(gtkconv, vbox); |
5672 setup_chat_topic(gtkconv, vbox); |
| 5673 |
5673 |
| 5674 /* Add the gtkwebview frame */ |
5674 /* Add the gtkwebview frame */ |
| 5675 hpaned = gtk_hpaned_new(); |
5675 hpaned = gtk_paned_new(GTK_ORIENTATION_HORIZONTAL); |
| 5676 gtk_box_pack_start(GTK_BOX(vbox), hpaned, TRUE, TRUE, 0); |
5676 gtk_box_pack_start(GTK_BOX(vbox), hpaned, TRUE, TRUE, 0); |
| 5677 gtk_widget_show(hpaned); |
5677 gtk_widget_show(hpaned); |
| 5678 gtk_paned_pack1(GTK_PANED(hpaned), frame, TRUE, TRUE); |
5678 gtk_paned_pack1(GTK_PANED(hpaned), frame, TRUE, TRUE); |
| 5679 |
5679 |
| 5680 /* Now add the userlist */ |
5680 /* Now add the userlist */ |